Configure github actions to push to docker hub

This commit is contained in:
2025-04-17 15:15:27 +02:00
parent 7ef11e62a3
commit 5de2d83a9b

View File

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