package permissions

This commit is contained in:
Santiago Bernhardt
2023-06-24 21:57:58 +12:00
parent 9784092c7f
commit 8cf034ed29
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