Skip to content

Commit

Permalink
Fix mirror docker image workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Nov 17, 2024
1 parent d8c95fc commit dac68e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: docker push "${{ github.event.inputs.target-image }}"

copy-to-docker-hub-main:
if: github.ref_name == 'main'
if: github.ref_name == 'main' || startsWith(github.ref_name, 'v')
runs-on: ubuntu-latest
environment:
name: beta
Expand Down

0 comments on commit dac68e9

Please sign in to comment.