File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 install : true
7777
7878 - name : Docker Buildx (build)
79- uses : docker/build-push-action@v6.11 .0
79+ uses : docker/build-push-action@v6.12 .0
8080 env :
8181 BUILD_PATH : ./${{ matrix.ruby-version }}/${{ matrix.node-version }}${{ matrix.variant == 'default' && '' || '/${{ matrix.variant }}' }}
8282 if : success() && !contains(github.ref, 'master')
9696 password : ${{ secrets.DOCKER_PASSWORD }}
9797
9898 - name : Docker Buildx (push)
99- uses : docker/build-push-action@v6.11 .0
99+ uses : docker/build-push-action@v6.12 .0
100100 env :
101101 BUILD_PATH : ./${{ matrix.ruby-version }}/${{ matrix.node-version }}${{ matrix.variant == 'default' && '' || '/${{ matrix.variant }}' }}
102102 if : success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
You can’t perform that action at this time.
0 commit comments