diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 0dfd3a1..bd0135d 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -83,8 +83,8 @@ jobs: file: ./Dockerfile push: true tags: | - ghcr.io/${{ env.IMAGE_REPOSITORY }}:latest - ghcr.io/${{ env.IMAGE_REPOSITORY }}:v1 + ghcr.io/admiralawkbar/demo-actions-1:latest + ghcr.io/admiralawkbar/demo-actions-1:v1 # Update Deployment API - name: update deployment status