Skip to content

Commit

Permalink
hopefully a fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 5, 2024
1 parent 7a24dae commit f22b73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- build-env-base
- dev-env-base
- build-kit
uses: everest/everest-ci/.github/workflows/deploy-single-docker-image.yml@v1.1.0
uses: ./.github/workflows/deploy-single-docker-image.yml
with:
force_rebuild: ${{ inputs.force_rebuild || (github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/' )) || false }}
image_name: ${{ matrix.image_name }}
Expand Down

0 comments on commit f22b73d

Please sign in to comment.