From db22bb744d1c790342500f0fc68e6d0d8fdffbf0 Mon Sep 17 00:00:00 2001 From: Adam Sulucz Date: Thu, 25 Sep 2025 16:06:00 -0400 Subject: [PATCH] Use PromiseNetwork --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c9450da..36dcac8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -76,7 +76,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/falcondev-oss/github-actions-cache-server + images: ghcr.io/${{ github.repository_owner }}/github-actions-cache-server tags: | dev diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cfcc25..76cfeac 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_owner }}/github-actions-cache-server tags: | type=semver,pattern={{version}},value=${{ needs.release.outputs.RELEASE_TAG }} type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.RELEASE_TAG }}