Skip to content

Commit 37ff648

Browse files
authored
Update packages.yaml
1 parent a51bbfc commit 37ff648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
3737
- name: Build and Push Multi-Platform Docker Image
3838
run: |
39-
IMAGE_TAG=ghcr.io/${{ secrets.ORG_NAME }}/anokha_frontend:${{ github.ref_name }}-${{ env.GIT_SHA }}
39+
IMAGE_TAG=ghcr.io/${{ github.repository_owner }}/anokha-2024:${{ github.ref_name }}-${{ env.GIT_SHA }}
4040
docker buildx build \
4141
--platform linux/amd64,linux/arm64 \
4242
--tag $IMAGE_TAG \
43-
--tag ghcr.io/${{ secrets.ORG_NAME }}/anokha_frontend:latest \
43+
--tag ghcr.io/${{ github.repository_owner }}/anokha-2024:latest \
4444
--push .
4545
4646
- name: Log out from Docker

0 commit comments

Comments
 (0)