Skip to content

Commit 6b67878

Browse files
committed
Update frontend-docker-publish.yml
1 parent 16f8f43 commit 6b67878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend-docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
packages: write
2020

2121
env:
22-
GHCR_REPO: ghcr.io/${{ github.repository_owner }}/codecampus-frontend
22+
GHCR_REPO: ghcr.io/${{ toLower(github.repository_owner) }}/codecampus-frontend
2323
DOCKER_REPO: ${{ secrets.DOCKERHUB_USER }}/codecampus-frontend
2424
DOCKERFILE_PATH: docker/angular-frontend.Dockerfile
2525
PLATFORMS: linux/amd64
@@ -80,7 +80,7 @@ jobs:
8080
file: ${{ env.DOCKERFILE_PATH }}
8181
platforms: ${{ env.PLATFORMS }}
8282
push: true
83-
tags: ${{ steps.meta.outputs.tags }}
83+
tags: ${{ steps.meta.outputs.tags }},${{ steps.meta.outputs.ghcr_tags }}
8484
cache-from: type=gha
8585
cache-to: type=gha,mode=max
8686

0 commit comments

Comments
 (0)