Skip to content

Commit 4cfff66

Browse files
committed
fix: paused building docker for now
1 parent 8b7dd6f commit 4cfff66

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)