4 Commits

Author SHA1 Message Date
RenovateBot 6ab2a8b3a3 Update golang Docker tag to v1.27
Deploy and Push Docker Image / BuildAndPush (push) Successful in 1m46s
2026-08-26 09:03:05 +00:00
RenovateBot 5a52aacde1 Update golang Docker tag to v1.26
Deploy and Push Docker Image / BuildAndPush (push) Successful in 53s
2026-02-12 07:53:04 +00:00
ace966 f22dcf8724 Merge pull request 'Update actions/checkout action to v6' (#5) from renovate/actions-checkout-6.x into main
Deploy and Push Docker Image / BuildAndPush (push) Successful in 49s
Reviewed-on: #5
2026-02-12 07:16:53 +00:00
RenovateBot 1d9dd73787 Update actions/checkout action to v6
Deploy and Push Docker Image / BuildAndPush (push) Successful in 52s
2025-11-20 16:33:50 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Check out repository code
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
+1 -1
View File
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder
# Set working directory
WORKDIR /app