1 Commits

Author SHA1 Message Date
RenovateBot 9796240707 Update docker/setup-buildx-action action to v4
Deploy and Push Docker Image / BuildAndPush (push) Successful in 3m47s
2026-06-10 15:31:05 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu runs-on: ubuntu
steps: steps:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v4
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Login to Docker Registry - name: Login to Docker Registry
+1 -1
View File
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app