Browse Source

Test

pull/1688/head
Calle Veale 3 years ago
parent
commit
329cfc49a0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/ordering-api.yml
  2. +1
    -1
      .github/workflows/ordering-backgroundtasks.yml
  3. +1
    -1
      .github/workflows/ordering-signalrhub.yml

+ 1
- 1
.github/workflows/ordering-api.yml View File

@ -94,7 +94,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_REGISTRY_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set branch name as env variable
run: |


+ 1
- 1
.github/workflows/ordering-backgroundtasks.yml View File

@ -60,7 +60,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_REGISTRY_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set branch name as env variable
run: |


+ 1
- 1
.github/workflows/ordering-signalrhub.yml View File

@ -60,7 +60,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_REGISTRY_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set branch name as env variable
run: |


Loading…
Cancel
Save