Skip to content

Commit 7cbb16c

Browse files
author
CasLubbers
authored
fix: add missing if check in otomi tools image build (#1621)
1 parent 4dbb03e commit 7cbb16c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/otomi-tools-build-push.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
username: 'otomi'
8080
password: '${{ secrets.DOCKERHUB_OTOMI_TOKEN }}'
8181
- name: image build and push tag for branch
82+
if: ${{ env.NEW_VERSION != null }}
8283
uses: docker/build-push-action@v5
8384
with:
8485
push: true

0 commit comments

Comments
 (0)