Skip to content

Commit

Permalink
Fix backup master tag steps
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru authored Dec 13, 2024
1 parent 33447ba commit 5d16349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bbm_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: ghcr.io - backup Production tag
if: ${{ env.DEPLOY_IMAGES == 'true' && env.MAIN_BRANCH =='true' }}
run:
run: |
for image in master master-web; do
msg="Create backup for ${image} on ghcr.io"
line="${msg//?/=}"
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: quay.io - backup Production tag
if: ${{ env.DEPLOY_IMAGES == 'true' && env.MAIN_BRANCH =='true' }}
run:
run: |
for image in master master-web; do
msg="Create backup for ${image} on quay.io"
line="${msg//?/=}"
Expand Down

0 comments on commit 5d16349

Please sign in to comment.