8000 Bump docker/build-push-action from 5.3.0 to 6.18.0 (#1259) · nginx/agent@8c959f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c959f5

Browse files
Bump docker/build-push-action from 5.3.0 to 6.18.0 (#1259)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2cdde99...2634353) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1d8426 commit 8c959f5

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
@@ -377,7 +377,7 @@ jobs:
377377
run: echo "GO_VERSION=$(cat go.mod | grep toolchain | sed 's/toolchain //; s/go//')" >> $GITHUB_ENV
378378

379379
- name: Build Docker Image
380-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
380+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
381381
env:
382382
GO_VERSION: ${{ env.GO_VERSION }}
383383
with:

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
237237

238238
- name: Build Docker Image
239-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
239+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
240240
with:
241241
file: scripts/packages/packager/Dockerfile
242242
tags: build-signed-packager:1.0.0

0 commit comments

Comments
 (0)
0