We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51bbfc commit 37ff648Copy full SHA for 37ff648
.github/workflows/packages.yaml
@@ -36,11 +36,11 @@ jobs:
36
37
- name: Build and Push Multi-Platform Docker Image
38
run: |
39
- IMAGE_TAG=ghcr.io/${{ secrets.ORG_NAME }}/anokha_frontend:${{ github.ref_name }}-${{ env.GIT_SHA }}
+ IMAGE_TAG=ghcr.io/${{ github.repository_owner }}/anokha-2024:${{ github.ref_name }}-${{ env.GIT_SHA }}
40
docker buildx build \
41
--platform linux/amd64,linux/arm64 \
42
--tag $IMAGE_TAG \
43
- --tag ghcr.io/${{ secrets.ORG_NAME }}/anokha_frontend:latest \
+ --tag ghcr.io/${{ github.repository_owner }}/anokha-2024:latest \
44
--push .
45
46
- name: Log out from Docker
0 commit comments