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 16f8f43 commit 6b67878Copy full SHA for 6b67878
.github/workflows/frontend-docker-publish.yml
@@ -19,7 +19,7 @@ permissions:
19
packages: write
20
21
env:
22
- GHCR_REPO: ghcr.io/${{ github.repository_owner }}/codecampus-frontend
+ GHCR_REPO: ghcr.io/${{ toLower(github.repository_owner) }}/codecampus-frontend
23
DOCKER_REPO: ${{ secrets.DOCKERHUB_USER }}/codecampus-frontend
24
DOCKERFILE_PATH: docker/angular-frontend.Dockerfile
25
PLATFORMS: linux/amd64
@@ -80,7 +80,7 @@ jobs:
80
file: ${{ env.DOCKERFILE_PATH }}
81
platforms: ${{ env.PLATFORMS }}
82
push: true
83
- tags: ${{ steps.meta.outputs.tags }}
+ tags: ${{ steps.meta.outputs.tags }},${{ steps.meta.outputs.ghcr_tags }}
84
cache-from: type=gha
85
cache-to: type=gha,mode=max
86
0 commit comments