From 96f79af545fbc6cd390626ac99646b557cc23071 Mon Sep 17 00:00:00 2001 From: Denis Tingaikin Date: Fri, 8 Apr 2022 23:45:21 +0300 Subject: [PATCH] replace image name from fanout to coredns Signed-off-by: Denis Tingaikin --- .github/workflows/push.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5b35e86..db3f1a1 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -30,7 +30,7 @@ jobs: id: metaci uses: docker/metadata-action@v3 with: - images: ghcr.io/${{ github.repository_owner }}/ci/${{ github.event.repository.name }} + images: ghcr.io/${{ github.repository_owner }}/ci/coredns tags: | type=ref,event=pr type=sha,prefix= diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de84452..4c1b74f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,4 +66,4 @@ jobs: file: Dockerfile context: . push: true - tags: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ steps.get-tag-step.outputs.tag }}" + tags: "ghcr.io/${{ github.repository_owner }}/coredns:${{ steps.get-tag-step.outputs.tag }}"