Skip to content

Commit

Permalink
Build latest on input event
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Mar 7, 2023
1 parent 22eb50b commit 488e2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
docker manifest create ${IMAGE}:${TAG} ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:${TAG}
- name: Latest manifest
if: ${{ github.event.release.target_commitish == 'master' }}
if: ${{ github.event.release.target_commitish == 'master' }} || ${{ github.event.inputs.branch == 'master' }}
env:
DOCKER_CLI_EXPERIMENTAL: enabled
run: |
Expand Down

0 comments on commit 488e2e3

Please sign in to comment.