Skip to content

Commit

Permalink
Merge pull request #353 from satisfactorymodding/fix-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol authored Dec 4, 2024
2 parents d6ae8b4 + ab87272 commit 59e90f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build and push Docker image
- name: Build Docker image (without pushing)
uses: docker/build-push-action@v5
with:
context: .
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
suffix=-${{ github.run_id }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand All @@ -84,7 +86,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker image
- name: Build and push Docker image (development)
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/Dev'
with:
Expand Down
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"MSVC",
"Nobelisk",
"noclip",
"noprefix",
"NSLOCTEXT",
"nullptr",
"nullrhi",
Expand All @@ -90,6 +91,7 @@
"redirectors",
"Robb",
"RTPC",
"sarisia",
"SCBP",
"Schem",
"SCIM",
Expand Down

0 comments on commit 59e90f5

Please sign in to comment.