Skip to content

Commit 4e8e909

Browse files
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] <support@github.com>
1 parent 5609d9b commit 4e8e909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish-2023.11.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
username: '${{ github.actor }}'
5757
password: '${{ secrets.GITHUB_TOKEN }}'
5858
- name: Build and push
59-
uses: docker/build-push-action@v4
59+
uses: docker/build-push-action@v5
6060
with:
6161
context: .
6262
file: ./Dockerfile.2023.11.3

.github/workflows/docker-publish-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
username: '${{ github.actor }}'
5757
password: '${{ secrets.GITHUB_TOKEN }}'
5858
- name: Build and push
59-
uses: docker/build-push-action@v4
59+
uses: docker/build-push-action@v5
6060
with:
6161
context: .
6262
file: ./Dockerfile.latest

0 commit comments

Comments
 (0)