Use secrets for docker username and password
Some checks failed
Gitea Actions Demo / release-image (push) Failing after 11s

This commit is contained in:
Ryan Cavicchioni 2024-07-02 15:51:46 -05:00
parent f261572986
commit 5479867f82
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -21,8 +21,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.kill0.net
username: asdf
password: ${{ secrets.DOCKER_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker build and push
uses: docker/build-push-action@v5