mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
ci: fix github actions
This commit is contained in:
6
.github/workflows/docker-release.yml
vendored
6
.github/workflows/docker-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user