Skip to content

Commit

Permalink
Actually push them.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Oct 22, 2024
1 parent f48fc84 commit ba18202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
file: ./game/Dockerfile.core
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/temporalio/snakes-core-worker:latest
push: true

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

0 comments on commit ba18202

Please sign in to comment.