fix: using my username in a Secret censored the tag 😭 [docker build]

pull/243/head
Josh Moore 1 year ago
parent 6b67f198b6
commit 8ca70ce568

@ -26,7 +26,7 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5

Loading…
Cancel
Save