.gitea/workflows/gitea-ci.yaml aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-16 14:35:26 +02:00
parent 2c8c423fd9
commit 36b81f3e14

View File

@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Docker BuildX - 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 with: # replace it with your local IP
config-inline: | config-inline: |
[registry."registry.tuxnet.lan"] [registry."registry.tuxnet.lan"]
http = true http = true
insecure = true insecure = true
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile