1 Commits

Author SHA1 Message Date
RenovateBot adb9a53f90 Update docker/build-push-action action to v7
Deploy and Push Docker Image / BuildAndPush (push) Successful in 1m10s
2026-06-10 16:16:04 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN}}
- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: build/Dockerfile
+1 -1
View File
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
# Set working directory
WORKDIR /app