Log in to registry
All checks were successful
Build & Push Docker Image to Registry / build (release) Successful in 2m5s
All checks were successful
Build & Push Docker Image to Registry / build (release) Successful in 2m5s
This commit is contained in:
parent
aedb8862ec
commit
2c8f7af468
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -15,6 +15,13 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
- name: Log in to Gitea Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: gitgud.foo
|
||||||
|
username: docker_registry_pusher
|
||||||
|
password: ${{ secrets.DOCKER_USER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user