Fixed CI build
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 16s
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 16s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.ztsw.de
|
registry: git.ztsw.de
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_PASSWORD }}
|
password: ${{ secrets.CR_PASSWORD }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM golang:1.22-alpine
|
FROM golang:1.24-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app/web
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user