Skip to content

Commit c410637

Browse files
chore(deps): bump docker/build-push-action from 4.2.1 to 5.0.0 (#32)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.2.1...v5.0.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 204f46d commit c410637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and push (Ubuntu 22.04)
43-
uses: docker/build-push-action@v4.2.1
43+
uses: docker/build-push-action@v5.0.0
4444
with:
4545
context: .
4646
file: ./Dockerfile.ubuntu-2204
@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: Build and push (Ubuntu 20.04)
87-
uses: docker/build-push-action@v4.2.1
87+
uses: docker/build-push-action@v5.0.0
8888
with:
8989
context: .
9090
file: ./Dockerfile.ubuntu-2004
@@ -124,7 +124,7 @@ jobs:
124124
password: ${{ secrets.GITHUB_TOKEN }}
125125

126126
- name: Build and push (Ubuntu 18.04)
127-
uses: docker/build-push-action@v4.2.1
127+
uses: docker/build-push-action@v5.0.0
128128
with:
129129
context: .
130130
file: ./Dockerfile.ubuntu-1804

0 commit comments

Comments
 (0)