From a6763e862b77ff32093343dcf9b7e92cbc91e050 Mon Sep 17 00:00:00 2001 From: Calle Veale Date: Sun, 30 May 2021 07:17:12 +0200 Subject: [PATCH] Fixed name --- .github/workflows/ordering-api.yml | 4 ++-- .github/workflows/ordering-backgroundtasks.yml | 2 +- .github/workflows/ordering-signalrhub.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ordering-api.yml b/.github/workflows/ordering-api.yml index fc92b4b40..9f536475b 100644 --- a/.github/workflows/ordering-api.yml +++ b/.github/workflows/ordering-api.yml @@ -95,7 +95,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - + - name: Pushing Image to Github Container Registry uses: docker/build-push-action@v2 with: @@ -103,4 +103,4 @@ jobs: version: latest file: Dockerfile push: true - tags: ghcr.io/${{ github.repository }}:latest \ No newline at end of file + tags: ghcr.io/variableclass/ordering.api:latest \ No newline at end of file diff --git a/.github/workflows/ordering-backgroundtasks.yml b/.github/workflows/ordering-backgroundtasks.yml index 495f67ca6..67d4552b8 100644 --- a/.github/workflows/ordering-backgroundtasks.yml +++ b/.github/workflows/ordering-backgroundtasks.yml @@ -69,4 +69,4 @@ jobs: version: latest file: Dockerfile push: true - tags: ghcr.io/${{ github.repository }}:latest \ No newline at end of file + tags: ghcr.io/variableclass/ordering.backgroundtasks:latest \ No newline at end of file diff --git a/.github/workflows/ordering-signalrhub.yml b/.github/workflows/ordering-signalrhub.yml index fe75b555f..f026d461f 100644 --- a/.github/workflows/ordering-signalrhub.yml +++ b/.github/workflows/ordering-signalrhub.yml @@ -69,4 +69,4 @@ jobs: version: latest file: Dockerfile push: true - tags: ghcr.io/${{ github.repository }}:latest \ No newline at end of file + tags: ghcr.io/variableclass/ordering.signalrhub:latest \ No newline at end of file