We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbb03e commit 7cbb16cCopy full SHA for 7cbb16c
.github/workflows/otomi-tools-build-push.yaml
@@ -79,6 +79,7 @@ jobs:
79
username: 'otomi'
80
password: '${{ secrets.DOCKERHUB_OTOMI_TOKEN }}'
81
- name: image build and push tag for branch
82
+ if: ${{ env.NEW_VERSION != null }}
83
uses: docker/build-push-action@v5
84
with:
85
push: true
0 commit comments