Skip to content

Commit

Permalink
fix action version
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Pflueger <justin.pflueger@fermyon.com>
  • Loading branch information
Justin Pflueger committed Mar 7, 2024
1 parent fa4b0cb commit cb13139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
# Uses the cached prebuilt image and adds
# devcontainer features and metadata before pushing
- name: Add devcontainer extras and push
uses: devcontainers/ci@0.3
uses: devcontainers/ci@v0.3
with:
cacheFrom: ghcr.io/${{ github.repository }}
imageName: ghcr.io/${{ github.repository }}
imageTag: ${{ join(steps.meta.outputs.tags) }}
skipContainerUserIdUpdate: true
platform: linux/amd64,linux/arm64
# https://github.com/devcontainers/ci/releases/tag/v0.3

0 comments on commit cb13139

Please sign in to comment.