ci: fix github actions

This commit is contained in:
Vasily Zubarev
2025-05-07 14:58:45 +02:00
parent 8b5a2e8056
commit 58ea3f2ea1
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images: ghcr.io/${{ github.repository_owner }}/taxhacker
tags: |
type=raw,value=latest
@@ -44,8 +44,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository }}:latest
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest
type=gha
cache-to: |
type=registry,ref=ghcr.io/${{ github.repository }}:latest,mode=max
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest,mode=max
type=gha,mode=max

View File

@@ -31,7 +31,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
images: ghcr.io/${{ github.repository_owner }}/taxhacker
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
@@ -45,8 +45,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository }}:latest
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest
type=gha
cache-to: |
type=registry,ref=ghcr.io/${{ github.repository }}:latest,mode=max
type=registry,ref=ghcr.io/${{ github.repository_owner }}/taxhacker:latest,mode=max
type=gha,mode=max