Skip to content

Commit

Permalink
fix(ci): operator docker image artifactory push fix master branch (ma…
Browse files Browse the repository at this point in the history
…gma#12412)

Signed-off-by: Shubham Tatvamasi <shubhamtatvamasi@gmail.com>
  • Loading branch information
ShubhamTatvamasi authored and emakeev committed Aug 5, 2022
1 parent 1fb74e6 commit 8bf44e6
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 8bf44e6

Please sign in to comment.