copy paste from personal-website because it does work there
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m22s

This commit is contained in:
2025-10-14 18:52:51 +02:00
parent 2d387e7ae4
commit 211f9dd876

View File

@@ -1,3 +1,4 @@
# .gitea/workflows/docker-build.yml
name: Build and Push Docker Container name: Build and Push Docker Container
on: on:
push: push:
@@ -9,7 +10,7 @@ jobs:
runs-on: runs-on:
- ubuntu-22.04 - ubuntu-22.04
steps: steps:
- name: Login to Gitea Docker Registry - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: g.eliaskohout.de registry: g.eliaskohout.de
@@ -23,4 +24,4 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: "g.eliaskohout.de/eliaskohout/crowsnest:${{gitea.sha}},g.eliaskohout.de/eliaskohout/crowsnest:latest" tags: "g.eliaskohout.de/eliaskohout/crowsnest:${{gitea.sha}},g.eliaskohout.de/eliaskohout/crowsnest:latest"