Skip to content

Commit 08c1567

Browse files
Bump docker/build-push-action from 2 to 3 (#94)
1 parent ba561d5 commit 08c1567

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/alpine-mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=patch::$(cat mainline/alpine/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
3333
3434
- name: Build and push NGINX mainline Alpine image
35-
uses: docker/build-push-action@v2
35+
uses: docker/build-push-action@v3
3636
with:
3737
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
3838
context: "{{ defaultContext }}:mainline/alpine"
@@ -66,7 +66,7 @@ jobs:
6666
echo "::set-output name=patch::$(cat mainline/alpine-perl/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
6767
6868
- name: Build and push NGINX mainline perl Alpine image
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v3
7070
with:
7171
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
7272
context: "{{ defaultContext }}:mainline/alpine-perl"

.github/workflows/alpine-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=patch::$(cat stable/alpine/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
3333
3434
- name: Build and push NGINX stable Alpine image
35-
uses: docker/build-push-action@v2
35+
uses: docker/build-push-action@v3
3636
with:
3737
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
3838
context: "{{ defaultContext }}:stable/alpine"
@@ -66,7 +66,7 @@ jobs:
6666
echo "::set-output name=patch::$(cat stable/alpine-perl/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
6767
6868
- name: Build and push NGINX stable perl Alpine image
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v3
7070
with:
7171
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
7272
context: "{{ defaultContext }}:stable/alpine-perl"

.github/workflows/debian-mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=patch::$(cat mainline/debian/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
3333
3434
- name: Build and push NGINX mainline Debian image
35-
uses: docker/build-push-action@v2
35+
uses: docker/build-push-action@v3
3636
with:
3737
platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
3838
context: "{{ defaultContext }}:mainline/debian"
@@ -66,7 +66,7 @@ jobs:
6666
echo "::set-output name=patch::$(cat mainline/debian-perl/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
6767
6868
- name: Build and push NGINX mainline perl Debian image
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v3
7070
with:
7171
platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
7272
context: "{{ defaultContext }}:mainline/debian-perl"

.github/workflows/debian-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=patch::$(cat stable/debian/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
3333
3434
- name: Build and push NGINX stable Debian image
35-
uses: docker/build-push-action@v2
35+
uses: docker/build-push-action@v3
3636
with:
3737
platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/mips64le, linux/ppc64le, linux/s390x
3838
context: "{{ defaultContext }}:stable/debian"
@@ -66,7 +66,7 @@ jobs:
6666
echo "::set-output name=patch::$(cat stable/debian-perl/Dockerfile | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3 }' | awk -F. '{ print $3 }')"
6767
6868
- name: Build and push NGINX stable perl Debian image
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v3
7070
with:
7171
platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
7272
context: "{{ defaultContext }}:mainline/debian-perl"

0 commit comments

Comments
 (0)