We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97ef66 commit 92cb3a1Copy full SHA for 92cb3a1
.github/workflows/kicbase.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: docker/metadata-action@v5
45
with:
46
images: |
47
- ${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/kicbase/stable
+ ${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/kicbase-stable
48
tags: |
49
type=ref,event=branch
50
type=ref,event=pr
@@ -65,6 +65,6 @@ jobs:
65
platforms: linux/amd64,linux/arm64
66
provenance: false
67
68
- ${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/kicbase/stable:v0.0.44
+ ${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/kicbase-stable:v0.0.44
69
cache-from: type=gha
70
cache-to: type=gha,mode=max
0 commit comments