Fixed name

This commit is contained in:
Calle Veale 2021-05-30 07:17:12 +02:00
parent c9e17f3358
commit a6763e862b
3 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Pushing Image to Github Container Registry - name: Pushing Image to Github Container Registry
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
@ -103,4 +103,4 @@ jobs:
version: latest version: latest
file: Dockerfile file: Dockerfile
push: true push: true
tags: ghcr.io/${{ github.repository }}:latest tags: ghcr.io/variableclass/ordering.api:latest

View File

@ -69,4 +69,4 @@ jobs:
version: latest version: latest
file: Dockerfile file: Dockerfile
push: true push: true
tags: ghcr.io/${{ github.repository }}:latest tags: ghcr.io/variableclass/ordering.backgroundtasks:latest

View File

@ -69,4 +69,4 @@ jobs:
version: latest version: latest
file: Dockerfile file: Dockerfile
push: true push: true
tags: ghcr.io/${{ github.repository }}:latest tags: ghcr.io/variableclass/ordering.signalrhub:latest