We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc9511e + db22bb7 commit a688e5eCopy full SHA for a688e5e
.github/workflows/ci-cd.yml
@@ -76,7 +76,7 @@ jobs:
76
id: meta
77
uses: docker/metadata-action@v5
78
with:
79
- images: ghcr.io/falcondev-oss/github-actions-cache-server
+ images: ghcr.io/${{ github.repository_owner }}/github-actions-cache-server
80
tags: |
81
dev
82
.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
type=semver,pattern={{version}},value=${{ needs.release.outputs.RELEASE_TAG }}
113
type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.RELEASE_TAG }}
0 commit comments