This commit is contained in:
Calle Veale 2021-05-30 06:48:03 +02:00
parent d77585c9b5
commit 329cfc49a0
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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