Update build-and-push-images.yml

This commit is contained in:
hackerESQ
2024-12-20 22:57:02 -06:00
committed by GitHub
parent 21c27e22da
commit 4d8e17f59f
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ variables.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry