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