Skip to content

Commit 4a48262

Browse files
dependabot[bot]Chronostasys
authored andcommitted
chore(ci): bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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]>
1 parent eee0389 commit 4a48262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737
-
3838
name: Build and push
39-
uses: docker/build-push-action@v4
39+
uses: docker/build-push-action@v5
4040
with:
4141
context: .
4242
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
password: ${{ secrets.DOCKERHUB_TOKEN }}
149149
- if: ${{ matrix.config.os == 'ubuntu-latest' }}
150150
name: Build and push
151-
uses: docker/build-push-action@v4
151+
uses: docker/build-push-action@v5
152152
with:
153153
context: .
154154
push: true

0 commit comments

Comments
 (0)