Skip to content

Commit

Permalink
fix: fix wrong image push target
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 15, 2024
1 parent 53cfc18 commit 2bfd5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
file: ./backend/Dockerfile
push: true
build-args: 'target=client'
tags: ${{ steps.login-ecr.outputs.registry }}/codedang-admin-api:latest
tags: ${{ steps.login-ecr.outputs.registry }}/codedang-client-api:latest

build-admin-api:
name: Build admin-api image
Expand Down

0 comments on commit 2bfd5a9

Please sign in to comment.