Skip to content

Commit

Permalink
Fix - pull request comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Aug 30, 2024
1 parent 4dd5da9 commit 7074c07
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/bbw_build_container_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ name: bbw-build-container-rhel
on:
push:
paths:
- 'ci_build_images/rhel7.Dockerfile'
- 'ci_build_images/rhel.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/bbw_build_container_rhel.yml
pull_request:
paths:
- 'ci_build_images/rhel7.Dockerfile'
- 'ci_build_images/rhel.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/rhel.Dockerfile'
- 'ci_build_images/rhel7.Dockerfile'
pull_request:
paths:
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/bbw_build_container_rhel.yml
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/rhel.Dockerfile'
- 'ci_build_images/rhel7.Dockerfile'

jobs:
build:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- name: ghcr.io - move tag to production
if: ${{ env.DEPLOY_IMAGES == 'true' && env.MAIN_BRANCH == 'true' }}
run: |
msg="Push docker image to ghcr.io (${{ env.IMG }})"
msg="Update tag (dev_${{ env.IMG }} --> ${{ env.IMG }})"
line="${msg//?/=}"
printf "\n${line}\n${msg}\n${line}\n"
skopeo copy --all --src-tls-verify=0 \
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- name: quay.io - push dev tag
if: ${{ env.DEPLOY_IMAGES == 'true' && env.MAIN_BRANCH == 'true' }}
run: |
msg="Push docker image to quay.io (${{ env.IMG }})"
msg="Update tag (dev_${{ env.IMG }} --> ${{ env.IMG }})"
line="${msg//?/=}"
printf "\n${line}\n${msg}\n${line}\n"
skopeo copy --all --src-tls-verify=0 \
Expand Down

0 comments on commit 7074c07

Please sign in to comment.