diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cf07e8b..3ac0774 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -77,7 +77,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/falcondev-oss/github-actions-cache-server + images: ghcr.io/${{ github.repository }} tags: | dev diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cfcc25..1774e3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/falcondev-oss/github-actions-cache-server + images: ghcr.io/${{ github.repository }} tags: | type=semver,pattern={{version}},value=${{ needs.release.outputs.RELEASE_TAG }} type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.RELEASE_TAG }}