File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -250,12 +250,14 @@ jobs:
250250
251251 - name : Push image to ghcr (only if tests passed)
252252 if : success()
253- uses : docker/build-push-action@v6
254- with :
255- context : .
256- push : true
257- file : Images/${{ matrix.multiplugin }}/${{ matrix.multiplugin }}.dockerfile
258- tags : ghcr.io/${{ github.repository }}/${{ matrix.multiplugin }}:testcandidate
253+ run : |
254+ docker push ghcr.io/${{ github.repository }}/${{ matrix.multiplugin }}:testcandidate
255+ # uses: docker/build-push-action@v6
256+ # with:
257+ # context: .
258+ # push: true
259+ # file: Images/${{ matrix.multiplugin }}/${{ matrix.multiplugin }}.dockerfile
260+ # tags: ghcr.io/${{ github.repository }}/${{ matrix.multiplugin }}:testcandidate
259261
260262 publish_images :
261263 needs :
You can’t perform that action at this time.
0 commit comments