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
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:
4
.github/workflows/docker-image-linux.yml
vendored
4
.github/workflows/docker-image-linux.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user