Skip to content

Commit 15ca551

Browse files
Bump docker/build-push-action from 2.6.1 to 2.7.0 (#130)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a54dae commit 15ca551

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
@@ -176,7 +176,7 @@ jobs:
176176
--exit-status \
177177
'.verification.status == 0'
178178
- name: 🚀 Build
179-
uses: docker/build-push-action@v2.6.1
179+
uses: docker/build-push-action@v2.7.0
180180
with:
181181
push: false
182182
context: ${{ needs.information.outputs.target }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
--exit-status \
126126
'.verification.status == 0'
127127
- name: 🚀 Build
128-
uses: docker/build-push-action@v2.6.1
128+
uses: docker/build-push-action@v2.7.0
129129
with:
130130
load: true
131131
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)