2 Commits

Author SHA1 Message Date
46a6ae7eb0 Update docker/build-push-action action to v7
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 56s
2026-03-05 21:20:57 +00:00
5a52aacde1 Update golang Docker tag to v1.26
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 53s
2026-02-12 07:53:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN}} password: ${{ secrets.REGISTRY_TOKEN}}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
file: build/Dockerfile file: build/Dockerfile

View File

@@ -1,5 +1,5 @@
ARG BUILDPLATFORM ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app