Skip to content

Commit b9a9dd7

Browse files
🌱 Bump docker/build-push-action from 5 to 6 (#258)
Bumps [docker/build-push-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 200cd03 commit b9a9dd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
109109
type=semver,pattern={{raw}},value=${{ github.ref_name }}
110110
- name: Build Dockerfile
111-
uses: docker/build-push-action@v5
111+
uses: docker/build-push-action@v6
112112
with:
113113
context: .
114114
push: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKER_PASSWORD }}
3737
- name: Build and Push to Docker Hub
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: .
4141
push: true

0 commit comments

Comments
 (0)