Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit d8715a5

Browse files
chore(deps): bump docker/build-push-action from 2 to 6 (#42)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0a41e3 commit d8715a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-${{ runner.arch }}-buildx-
2727
- name: build
28-
uses: docker/build-push-action@v2
28+
uses: docker/build-push-action@v6
2929
with:
3030
context: .
3131
push: false
@@ -55,7 +55,7 @@ jobs:
5555
restore-keys: |
5656
${{ runner.os }}-${{ runner.arch }}-buildx-
5757
- name: build
58-
uses: docker/build-push-action@v2
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: .
6161
push: false

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "const version = \"${{ steps.meta.outputs.version }}\";" > client/src/version.ts
5757
echo "export default version;" >> client/src/version.ts
5858
- name: push
59-
uses: docker/build-push-action@v2
59+
uses: docker/build-push-action@v6
6060
with:
6161
context: .
6262
push: true
@@ -125,7 +125,7 @@ jobs:
125125
echo "const version = \"${{ steps.meta.outputs.version }}\";" > client/src/version.ts
126126
echo "export default version;" >> client/src/version.ts
127127
- name: push
128-
uses: docker/build-push-action@v2
128+
uses: docker/build-push-action@v6
129129
with:
130130
context: .
131131
push: true

0 commit comments

Comments
 (0)