Merge pull request #268 from sbe-arg/fix/docker

fix: github packages 403
This commit is contained in:
jokob-sk
2023-06-25 07:59:15 +10:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: jokob-sk
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
@@ -73,5 +73,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/jokobsk/pi.alert:buildcache
cache-to: type=registry,ref=ghcr.io/jokobsk/pi.alert:buildcache,mode=max
cache-from: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache
cache-to: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache,mode=max

View File

@@ -62,7 +62,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: jokob-sk
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
@@ -80,5 +80,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/jokobsk/pi.alert:buildcache
cache-to: type=registry,ref=ghcr.io/jokobsk/pi.alert:buildcache,mode=max
cache-from: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache
cache-to: type=registry,ref=ghcr.io/jokob-sk/pi.alert:buildcache,mode=max