Merge pull request #3 from VariableClass/feature/deploy-to-container-reg
Test
This commit is contained in:
commit
f09f6f5b72
2
.github/workflows/ordering-api.yml
vendored
2
.github/workflows/ordering-api.yml
vendored
@ -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: |
|
||||
|
@ -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: |
|
||||
|
2
.github/workflows/ordering-signalrhub.yml
vendored
2
.github/workflows/ordering-signalrhub.yml
vendored
@ -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…
x
Reference in New Issue
Block a user