Dockerhub username can be plaintext

This commit is contained in:
Charlie Laabs
2021-12-27 12:01:47 -06:00
parent 101f55c1b8
commit 8c9729d6d5

View File

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