Browse Source

Merge pull request #5 from VariableClass/feature/fix-name

Fixed name
pull/1689/head
Calle 3 years ago
committed by GitHub
parent
commit
babd605b17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      .github/workflows/ordering-api.yml
  2. +1
    -1
      .github/workflows/ordering-backgroundtasks.yml
  3. +1
    -1
      .github/workflows/ordering-signalrhub.yml

+ 2
- 2
.github/workflows/ordering-api.yml 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

+ 1
- 1
.github/workflows/ordering-backgroundtasks.yml 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

+ 1
- 1
.github/workflows/ordering-signalrhub.yml 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

Loading…
Cancel
Save