Update Docker workflow to use secrets for Gitea credentials in login step
Some checks failed
Create and publish a Docker image for Linux / build-and-push-image (push) Failing after 25s

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-04-25 11:10:56 -05:00
parent 57ba7537d3
commit 36aa4ea6ed

View File

@@ -26,8 +26,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ secrets.USER }}
password: ${{ secrets.PASS }}
- name: Extract metadata for Docker
id: meta