Skip to content

Commit cf62b9e

Browse files
⬆️ Bump docker/build-push-action in the actions-deps group
Bumps the actions-deps group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44e0642 commit cf62b9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
username: traptitech
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Build and push
34-
uses: docker/build-push-action@v5
34+
uses: docker/build-push-action@v6
3535
with:
3636
context: .
3737
push: true

.github/workflows/staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: traptitech
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- name: Build and push
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v6
3333
with:
3434
context: .
3535
push: true

0 commit comments

Comments
 (0)