feat: add Gitea Actions workflow to build and push Docker image to container registry.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m11s

This commit is contained in:
2026-01-28 21:06:40 +01:00
parent 0d0ba70560
commit 0a66b389d3

View File

@@ -17,7 +17,7 @@ jobs:
with: with:
registry: gitea.lemarechal.eu registry: gitea.lemarechal.eu
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.PACKAGES_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4