Skip to content

Commit

Permalink
Skip pushing to registries if testing the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Nov 26, 2023
1 parent 043d1e2 commit c29187c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: docker push latest
if: env.testing == 'false' && env.guild_deploy_branch == 'master'
run: |
CNVERSION=`cat files/docker/node/release-versions/cardano-node-latest.txt`
docker push ${{ env.REGISTRY }}/${{ secrets.DOCKER_USER }}/cardano-node:latest
Expand Down

0 comments on commit c29187c

Please sign in to comment.