Skip to content

Commit 397b45b

Browse files
authored
Merge branch 'main' into go-client-update
2 parents 4af43b8 + 60169d3 commit 397b45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
continue-on-error: true
192192

193193
- name: Build and Push Docker Image
194-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
194+
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
195195
with:
196196
file: build/Dockerfile
197197
context: "."

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.11
1+
# syntax=docker/dockerfile:1.12
22
FROM golang:1.23 AS builder
33
ARG VERSION
44
ARG TARGETARCH

0 commit comments

Comments
 (0)