fix: entferne Bedingung für den Hauptbranch beim Docker-Build und aktualisiere go.sum
Build And Test / build (push) Successful in 17s
Build And Test / Build and Publish Docker Image (push) Successful in 2m19s

This commit is contained in:
Matthias Hinrichs
2025-11-22 00:21:58 +01:00
parent cebe2fea32
commit 28443b23dc
2 changed files with 4 additions and 13 deletions
+2 -1
View File
@@ -28,7 +28,6 @@ jobs:
needs: build
name: Build and Publish Docker Image
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main'
steps:
- uses: https://github.com/actions/checkout@v6
@@ -51,7 +50,9 @@ jobs:
[registry."git.hnrx.net"]
username = "${{ secrets.DOCKER_USERNAME }}"
password = "${{ secrets.DOCKER_PASSWORD }}"
- name: Build and Push Docker latest Image
if: gitea.ref == 'refs/heads/main'
uses: docker/build-push-action@v6
with:
context: .