docker-dokuwiki-debian12/.gitea/workflows/gitea-ci.yaml
Marko Oldenburg 15797db0f5
Some checks failed
Build And Push / release-image (push) Failing after 25s
.gitea/workflows/gitea-ci.yaml aktualisiert
2024-09-16 14:35:48 +02:00

30 lines
831 B
YAML

#
# .gitea/workflows/gitea-ci.yaml
#
name: Build And Push
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
jobs:
release-image:
runs-on: ubuntu-latest
steps:
- name: Set up Docker BuildX
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
- name: Build and push
uses: https://github.com/docker/build-push-action@v5
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