File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
5050 echo "::set-output name=manifest_id::$manifest"
5151
5252
53- - name : Build and push Docker image
54- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
55- with :
56- context : .
57- push : ${{ github.event_name != 'pull_request' }}
58- tags : |
59- ghcr.io/gameservercentral/satisfactory:latest
60- ghcr.io/gameservercentral/satisfactory:nightly
61- ghcr.io/gameservercentral/satisfactory:${{ steps.get_manifest.outputs.manifest_id }}
62- labels : ${{ steps.meta.outputs.labels }}
53+ # - name: Build and push Docker image
54+ # uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
55+ # with:
56+ # context: .
57+ # push: ${{ github.event_name != 'pull_request' }}
58+ # tags: |
59+ # ghcr.io/gameservercentral/satisfactory:latest
60+ # ghcr.io/gameservercentral/satisfactory:nightly
61+ # ghcr.io/gameservercentral/satisfactory:${{ steps.get_manifest.outputs.manifest_id }}
62+ # labels: ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments