Skip to content

Commit eae6847

Browse files
build(deps): 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 60d4367 commit eae6847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ secrets.DOCKER_USERNAME }}
3131
password: ${{ secrets.DOCKER_PASSWORD }}
3232
- name: Build and Push to Docker Hub
33-
uses: docker/build-push-action@v4
33+
uses: docker/build-push-action@v5
3434
with:
3535
builder: ${{ steps.buildx.outputs.name }}
3636
context: .

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
username: ${{ secrets.DOCKER_USERNAME }}
3737
password: ${{ secrets.DOCKER_PASSWORD }}
3838
- name: Build and Push to Docker Hub
39-
uses: docker/build-push-action@v4
39+
uses: docker/build-push-action@v5
4040
with:
4141
builder: ${{ steps.buildx.outputs.name }}
4242
context: .

0 commit comments

Comments
 (0)