Fixed CI build
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 16s

This commit is contained in:
Pedan
2025-07-28 20:28:49 +02:00
parent fede44168e
commit 7516ce8f69
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: gitea.ztsw.de
registry: git.ztsw.de
username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_PASSWORD }}

View File

@@ -1,6 +1,6 @@
FROM golang:1.22-alpine
FROM golang:1.24-alpine
WORKDIR /app
WORKDIR /app/web
COPY . .