Skip to content

Commit

Permalink
Update devcontainer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik authored Apr 26, 2024
1 parent d802afb commit fb08d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .

file: .devcontainer/Dockerfile
platforms: ${{ matrix.arch }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=ghcr.io/${{env.REPOSITORY_LC}},push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit fb08d57

Please sign in to comment.