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.
1 parent f059cf0 commit 6155522Copy full SHA for 6155522
.github/workflows/functional.yml
@@ -78,7 +78,7 @@ jobs:
78
TELEMETRY_ENDPOINT_INSECURE: "true"
79
80
- name: Build NGF Docker Image
81
- uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
+ uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0
82
with:
83
file: build/Dockerfile
84
tags: ${{ steps.ngf-meta.outputs.tags }}
@@ -90,7 +90,7 @@ jobs:
90
target: goreleaser
91
92
- name: Build NGINX Docker Image
93
94
95
file: build/Dockerfile${{ matrix.nginx-image == 'nginx' && '.nginx' || '' }}${{ matrix.nginx-image == 'nginx-plus' && '.nginxplus' || ''}}
96
tags: ${{ steps.nginx-meta.outputs.tags }}
0 commit comments