Skip to content

Commit 2f17856

Browse files
committed
#26: REMOVE_ME: push from branch
1 parent 4533914 commit 2f17856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
bash /opt/vt/ci/build_vt_sample.sh /opt/vt /opt/vt/build'
7171
7272
- name: Push
73-
if: ${{ success() && github.ref == 'refs/heads/master' }}
73+
if: ${{ success() && github.ref == 'refs/heads/26-fix-documentation-image' }}
7474
uses: docker/bake-action@v6
7575
with:
7676
targets: ${{ matrix.target }}

0 commit comments

Comments
 (0)