Skip to content

Commit 3041c9c

Browse files
authored
Bump docker/build-push-action from 5 to 6 (#187)
2 parents a1917e5 + e3a7f75 commit 3041c9c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
fi
109109
110110
- name: DockerHub Build and Release (with latest)
111-
uses: docker/build-push-action@v5
111+
uses: docker/build-push-action@v6
112112
if: env.publish_latest == 'true'
113113
with:
114114
platforms: linux/amd64,linux/arm64
@@ -119,7 +119,7 @@ jobs:
119119
context: .
120120

121121
- name: DockerHub Build and Release (without latest)
122-
uses: docker/build-push-action@v5
122+
uses: docker/build-push-action@v6
123123
if: env.publish_latest == 'false'
124124
with:
125125
platforms: linux/amd64,linux/arm64

Diff for: dev/builder.local.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11-slim as builder
1+
FROM debian:11-slim AS builder
22
# A developer variant of protocurl for local development. See DEVELOPER.md
33
# This should be kept in sync with release/builder.Dockerfile
44

Diff for: release/builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This should be kept in sync with dev/builder.local.Dockerfile
22

3-
FROM debian:11-slim as builder
3+
FROM debian:11-slim AS builder
44
ARG VERSION
55
ARG TARGETARCH
66
RUN apt-get -q update && \

Diff for: release/final.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/cc:latest as final
1+
FROM gcr.io/distroless/cc:latest AS final
22

33
WORKDIR /protocurl
44

0 commit comments

Comments
 (0)