ci: updating workflow to use var for username

This commit is contained in:
Tobias Lindberg
2024-06-20 12:29:49 +02:00
parent cc22a37a14
commit be934f1cd9

View File

@@ -56,7 +56,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry