Sponsorship auto-generate v0.1.50

This commit is contained in:
Jokob-sk
2024-01-28 23:32:27 +11:00
parent 8e603fd5f9
commit 1f9fc71416
4 changed files with 20 additions and 34 deletions

View File

@@ -61,7 +61,7 @@ jobs:
type=sha
- name: Log in to Github Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: jokob-sk
@@ -69,7 +69,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}