Skip to content

Commit 15f71b9

Browse files
build(deps): Bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bea259c commit 15f71b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
latest=false
3232
suffix=-amd64
3333
- name: build
34-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 https://github.com/docker/build-push-action/releases/tag/v7.0.0
34+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 https://github.com/docker/build-push-action/releases/tag/v7.1.0
3535
with:
3636
context: .
3737
push: false
@@ -68,7 +68,7 @@ jobs:
6868
latest=false
6969
suffix=-arm64v8
7070
- name: build
71-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 https://github.com/docker/build-push-action/releases/tag/v7.0.0
71+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 https://github.com/docker/build-push-action/releases/tag/v7.1.0
7272
with:
7373
context: .
7474
push: false

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# semver
5656
type=semver,pattern={{version}}
5757
- name: push
58-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 https://github.com/docker/build-push-action/releases/tag/v7.0.0
58+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 https://github.com/docker/build-push-action/releases/tag/v7.1.0
5959
with:
6060
context: .
6161
push: true
@@ -122,7 +122,7 @@ jobs:
122122
# semver
123123
type=semver,pattern={{version}}
124124
- name: push
125-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 https://github.com/docker/build-push-action/releases/tag/v7.0.0
125+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 https://github.com/docker/build-push-action/releases/tag/v7.1.0
126126
with:
127127
context: .
128128
push: true

0 commit comments

Comments
 (0)