Skip to content

Commit 204f522

Browse files
Bump docker/build-push-action from 2.4.0 to 2.5.0 (#97)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.4.0...v2.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86ce6b7 commit 204f522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
--exit-status \
179179
'.verification.status == 0'
180180
- name: 🚀 Build
181-
uses: docker/build-push-action@v2.4.0
181+
uses: docker/build-push-action@v2.5.0
182182
with:
183183
push: false
184184
context: ${{ needs.information.outputs.target }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
--exit-status \
128128
'.verification.status == 0'
129129
- name: 🚀 Build
130-
uses: docker/build-push-action@v2.4.0
130+
uses: docker/build-push-action@v2.5.0
131131
with:
132132
load: true
133133
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)