Skip to content

Commit

Permalink
Merge pull request #117 from DiamondLightSource/update-ci-triggering
Browse files Browse the repository at this point in the history
Update CI pushing image to registry
  • Loading branch information
abigailalexander committed May 29, 2024
2 parents 50876c1 + 920feee commit c189ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
type=semver,pattern={{version}},value=${{ env.LATEST_TAG }},enable=${{github.event_name == 'workflow_dispatch'}}
- name: Push cached image to container registry
if: github.ref_type == 'tag' || github.ref_name == 'integration'
if: github.ref_type == 'tag' || github.ref_name == 'integration' || github.event_name == 'workflow_dispatch'
uses: docker/build-push-action@v3
# This does not build the image again, it will find the image in the
# Docker cache and publish it
Expand Down

0 comments on commit c189ae7

Please sign in to comment.