Skip to content

Commit 3dd3ad6

Browse files
Bump docker/build-push-action from 6.10.0 to 6.18.0 (#939)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@48aba3b...2634353) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a280bf1 commit 3dd3ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
install: true
5757

5858
- name: Build Docker image and store in cache
59-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
59+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
6060
with:
6161
context: .
6262
push: false

.github/workflows/pr.ci.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
install: true
5959

6060
- name: Build Docker image and store in cache
61-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
61+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
6262
with:
6363
context: .
6464
push: false

0 commit comments

Comments
 (0)