We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4533914 commit 2f17856Copy full SHA for 2f17856
.github/workflows/build-docker-image.yml
@@ -70,7 +70,7 @@ jobs:
70
bash /opt/vt/ci/build_vt_sample.sh /opt/vt /opt/vt/build'
71
72
- name: Push
73
- if: ${{ success() && github.ref == 'refs/heads/master' }}
+ if: ${{ success() && github.ref == 'refs/heads/26-fix-documentation-image' }}
74
uses: docker/bake-action@v6
75
with:
76
targets: ${{ matrix.target }}
0 commit comments