Skip to content

Commit

Permalink
rename tag for github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
poudelprakash committed May 11, 2024
1 parent cbb5c88 commit a502f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
labels: ${{ steps.meta.outputs.labels }}
tags: poudelprakash/webapp:latest, poudelprakash/webapp:${{github.ref_name}}
tags: ghcr.io/poudelprakash/webapp:latest, ghcr.io/poudelprakash/webapp:${{github.ref_name}}

- name: Export digest
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
file: ./packages/server/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: poudelprakash/server:latest, poudelprakash/server:${{github.ref_name}}
tags: ghcr.io/poudelprakash/server:latest, ghcr.io/poudelprakash/server:${{github.ref_name}}
labels: ${{ steps.meta.outputs.labels }}

- name: Export digest
Expand Down

0 comments on commit a502f3c

Please sign in to comment.