This commit is contained in:
parent
d994fe22f2
commit
64f0ba6246
1 changed files with 3 additions and 0 deletions
|
@ -14,9 +14,11 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
image: docker:dind
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
image: docker:dind
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
|
@ -24,6 +26,7 @@ jobs:
|
|||
registry: http://git.thecodedom.com:3000
|
||||
|
||||
- name: Build and push Docker image
|
||||
image: docker:dind
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
|
Loading…
Reference in a new issue