Skip to content

Commit

Permalink
Temporary workaround for watchtower
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Jan 28, 2023
1 parent ba4bffc commit 442c746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
provenance: false
target: runtime-discord-bot
tags: |
ghcr.io/strayer/game-server-deployment-discord-bot/discord-bot:latest
- name: Build valheim container image
uses: docker/build-push-action@v3
with:
push: true
provenance: false
target: valheim
file: Dockerfile.steamcmd
tags: |
Expand All @@ -53,6 +55,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
provenance: false
target: zomboid
file: Dockerfile.steamcmd
tags: |
Expand All @@ -61,6 +64,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
provenance: false
file: Dockerfile.backup
tags: |
ghcr.io/strayer/game-server-deployment-discord-bot/backup:latest

0 comments on commit 442c746

Please sign in to comment.