Skip to content

Commit

Permalink
Adjust paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Oct 22, 2024
1 parent f196fe9 commit f48fc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
- name: Build and push core worker Docker image
uses: docker/build-push-action@v5
with:
context: game
file: Dockerfile.core
context: ./game
file: ./game/Dockerfile.core
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/temporalio/snakes-core-worker:latest

- name: Build and push UI Docker image
uses: docker/build-push-action@v5
with:
context: snakes
context: ./snakes
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/temporalio/snakes-ui:latest

0 comments on commit f48fc84

Please sign in to comment.