diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 9cc58e9..55ffad1 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -18,4 +18,15 @@ jobs: config-inline: | [registry."registry.tuxnet.lan"] http = true - insecure = true \ No newline at end of file + insecure = true + + - name: Build and push + uses: docker/build-push-action@v4 + with: + context: . + file: ./Dockerfile + platforms: | + linux/amd64 + push: true + tags: | # replace it with your local IP and tags + registry.tuxnet.lan/web/dokuwiki:20240206.2.0-debian-12-r3 \ No newline at end of file