Skip to content

Commit

Permalink
Fix docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Sep 10, 2024
1 parent a6649a6 commit d6e36f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/kanae
ghcr.io/ucmercedacm/kanae
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand All @@ -47,7 +47,7 @@ jobs:
context: .
file: ./docker/Dockerfile
push: true
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/kanae-build-cache:server
cache-to: type=registry,mode=max,ref=ghcr.io/${{ github.repository_owner }}/kanae-build-cache:server
cache-from: type=registry,ref=ghcr.io/ucmercedacm/kanae-build-cache:server
cache-to: type=registry,mode=max,ref=ghcr.io/ucmercedacm/kanae-build-cache:server
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d6e36f5

Please sign in to comment.