We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4af43b8 + 60169d3 commit 397b45bCopy full SHA for 397b45b
.github/workflows/ci.yml
@@ -191,7 +191,7 @@ jobs:
191
continue-on-error: true
192
193
- name: Build and Push Docker Image
194
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
195
with:
196
file: build/Dockerfile
197
context: "."
build/Dockerfile
@@ -1,4 +1,4 @@
1
-# syntax=docker/dockerfile:1.11
+# syntax=docker/dockerfile:1.12
2
FROM golang:1.23 AS builder
3
ARG VERSION
4
ARG TARGETARCH
0 commit comments