Skip to content

Commit

Permalink
fix(ci): operator docker image artifactory push fix master branch
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Tatvamasi <shubhamtatvamasi@gmail.com>
  • Loading branch information
ShubhamTatvamasi committed Apr 6, 2022
1 parent 69d2344 commit ed9eaf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,8 @@ jobs:
echo TAG="${GIT_BRANCH_VERSION:1}" >> $GITHUB_ENV
fi
- name: Tag and push to Jfrog Registry
if: github.ref == 'refs/heads/master'
id: publish_artifacts
if: github.event_name == 'push'
env:
DOCKER_REGISTRY: "cwf-test.artifactory.magmacore.org"
DOCKER_USERNAME: "${{ secrets.JFROG_USERNAME }}"
Expand Down

0 comments on commit ed9eaf9

Please sign in to comment.