Merge pull request #3 from VariableClass/feature/deploy-to-container-reg

Test
This commit is contained in:
Calle 2021-05-30 06:49:24 +02:00 committed by GitHub
commit f09f6f5b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

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: |

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: |

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: |