Skip to content

Commit

Permalink
Fix issue with Docker build context in build GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpopkov committed Feb 26, 2024
1 parent 85832a5 commit 3fc1dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
TERRARIA_VERSION=${{ matrix.image.terraria_version }}
cache-from: type=registry,ref=${{ github.repository_owner }}/terraria-server:${{ matrix.image.terraria_version }}-official
cache-to: type=inline
context: .
context: ./official/
file: ./official/Dockerfile
labels: ${{ steps.image-meta.outputs.labels }}
platforms: linux/amd64
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
TERRARIA_VERSION=${{ matrix.image.terraria_version }}
cache-from: type=registry,ref=${{ github.repository_owner }}/terraria-server:${{ matrix.image.terraria_version }}-tshock-${{ matrix.image.tshock_version }}
cache-to: type=inline
context: .
context: ./tshock/
file: ./tshock/Dockerfile
labels: ${{ steps.image-meta.outputs.labels }}
platforms: linux/amd64
Expand Down

0 comments on commit 3fc1dd0

Please sign in to comment.