Skip to content

Commit

Permalink
Correct tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Jun 3, 2024
1 parent 56b759f commit 581eced
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 @@ -30,21 +30,21 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
target: oms-worker
tags: temporalio/reference-app-orders-go-worker:latest
tags: ghcr.io/temporalio/reference-app-orders-go-worker:latest
push: ${{ github.event_name != 'pull_request' }}

- name: Build and push oms-go-api Docker image
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64
target: oms-api
tags: temporalio/reference-app-orders-go-api:latest
tags: ghcr.io/temporalio/reference-app-orders-go-api:latest
push: ${{ github.event_name != 'pull_request' }}

- name: Build and push oms-web Docker image
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64
target: web
tags: temporalio/reference-app-orders-web:latest
tags: ghcr.io/temporalio/reference-app-orders-web:latest
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 581eced

Please sign in to comment.