Configure github actions to push to docker hub

This commit is contained in:
2025-04-17 15:14:31 +02:00
parent 19d4458726
commit 7ef11e62a3

View File

@@ -32,8 +32,8 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
if: github.event_name != 'pull_request'