Skip to content

Commit eb94c92

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 3f7536a commit eb94c92

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docker-publish-2023.05.4.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.05.4

.github/workflows/docker-publish-2023.11.1.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.1

.github/workflows/docker-publish-2023.11.2.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.2

.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-2023.11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: '${{ secrets.GITHUB_TOKEN }}'
5858

5959
- name: Build and push
60-
uses: docker/build-push-action@v4
60+
uses: docker/build-push-action@v5
6161
with:
6262
context: .
6363
file: ./Dockerfile.2023.11

.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)