Skip to content

Commit e2eec98

Browse files
chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#51)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.3.0...v5.4.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 da79d8c commit e2eec98

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 24.04)
43-
uses: docker/build-push-action@v5.3.0
43+
uses: docker/build-push-action@v5.4.0
4444
with:
4545
context: .
4646
file: ./Dockerfile.ubuntu-2404
@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585

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

126126
- name: Build and push (Ubuntu 20.04)
127-
uses: docker/build-push-action@v5.3.0
127+
uses: docker/build-push-action@v5.4.0
128128
with:
129129
context: .
130130
file: ./Dockerfile.ubuntu-2004

0 commit comments

Comments
 (0)