Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Apr 24, 2023
1 parent a8eb3a9 commit 1f8e303
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-push-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ jobs:
sudo wget -qnv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${NAME}_${VERSION_ID}/Release.key -O Release.key
sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install skopeo
sudo apt-get install skopeo
# enables building of multi-platform images
- name: Create Docker Build Instance
run: |
docker buildx create --use
docker buildx ls
- name: Build dev container image
uses: devcontainers/[email protected]
Expand Down

0 comments on commit 1f8e303

Please sign in to comment.