Skip to content

Commit

Permalink
testing repo naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tenekev authored and DavidLazarescu committed Dec 29, 2023
1 parent 5325e96 commit f0da4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
flavor: |
latest=true
images: |
name=ghcr.io/Tene-Kev/${{matrix.image}}
name=ghcr.io/${{ github.repository_owner }}/${{matrix.image}}
tags: |
# Tag with branch name
type=ref,event=branch
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
platforms: ${{ matrix.platforms }}
# Skip pushing when PR from a fork
push: ${{ !github.event.pull_request.head.repo.fork }}
cache-from: type=registry,ref=ghcr.io/Tene-Kev/librum-build-cache:${{matrix.image}}
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/librum-build-cache:${{matrix.image}}
cache-to: ${{ steps.cache-target.outputs.cache-to }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit f0da4a9

Please sign in to comment.