.gitea/workflows/gitea-ci.yaml aktualisiert
This commit is contained in:
parent
2c8c423fd9
commit
36b81f3e14
@ -11,15 +11,15 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with: # replace it with your local IP
|
||||
config-inline: |
|
||||
[registry."registry.tuxnet.lan"]
|
||||
http = true
|
||||
insecure = true
|
||||
insecure = true
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user