Skip to content

Commit b858afb

Browse files
chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 (#48)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.1.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdae876 commit b858afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 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@v5.1.0
43+
uses: docker/build-push-action@v5.3.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@v5.1.0
87+
uses: docker/build-push-action@v5.3.0
8888
with:
8989
context: .
9090
file: ./Dockerfile.ubuntu-2004

0 commit comments

Comments
 (0)