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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ secrets.USER }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.PASS }}
|
||||||
|
|
||||||
- name: Extract metadata for Docker
|
- name: Extract metadata for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user