Files
Docker-rspamd/.gitea/workflows/deploy.yaml
Patrick Niebeling 284cda6aab
All checks were successful
Deploy Container Image to Registry / docker (push) Successful in 16s
Change REG
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
2024-11-20 13:15:09 +01:00

27 lines
735 B
YAML

name: Deploy Container Image to Registry
on: ['push']
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: gitea.gnilebein.de
username: ${{ secrets.REG_GITEA_USERNAME }}
password: ${{ secrets.REG_GITEA_PASSWORD }}
# - name: Build and push
# uses: docker/build-push-action@v6
# with:
# platforms: linux/amd64,linux/arm64
# push: true
# tags: |
# user/app:latest
# user/app:1.0.0