Skip to content

Commit

Permalink
fixup! Dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed Nov 20, 2024
1 parent 982805a commit 0d6ef67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuilt_devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
npm install -g @devcontainers/cli
devcontainer build \
--workspace-folder . \
--image-name ghcr.io/${{ github.repository }}/uyuni-tools-devcontainer:${{ steps.meta.outputs.tag }} \
--image-name ghcr.io/${{ github.repository }}/uyuni-tools-devcontainer:latest \
--image-name ghcr.io/${{ github.repository }}/${{ github.repository }}-devcontainer:${{ steps.meta.outputs.tag }} \
--image-name ghcr.io/${{ github.repository }}/${{ github.repository }}-devcontainer:latest \
--push
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: true

0 comments on commit 0d6ef67

Please sign in to comment.