Skip to content

Commit 7ecdad1

Browse files
Bump docker/build-push-action from v2.2.2 to v2.3.0 (#56)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.2.2...9379083) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac91f17 commit 7ecdad1

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
@@ -161,7 +161,7 @@ jobs:
161161
exit 1
162162
fi
163163
- name: 🚀 Build
164-
uses: docker/build-push-action@v2.2.2
164+
uses: docker/build-push-action@v2.3.0
165165
with:
166166
push: false
167167
context: ${{ needs.information.outputs.target }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
username: ${{ secrets.GHCR_USERNAME }}
107107
password: ${{ secrets.GHCR_PASSWORD }}
108108
- name: 🚀 Build and push
109-
uses: docker/build-push-action@v2.2.2
109+
uses: docker/build-push-action@v2.3.0
110110
with:
111111
push: true
112112
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)