Skip to content

Commit

Permalink
fix push value for devcontainer prebuilt (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Oct 24, 2023
1 parent 9c217c4 commit a76ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
imageTag: ${{ steps.dcmeta.outputs.tags }}
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
platform: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
push: always
subFolder: .github

0 comments on commit a76ecf3

Please sign in to comment.