Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ba31b23

Browse files
dependabot[bot]pmaene
authored andcommitted
Bump docker/build-push-action from 5.2.0 to 5.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.2.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] <[email protected]>
1 parent e3ac8de commit ba31b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Build and push Docker image
4848
id: docker_build
49-
uses: docker/build-push-action@v5.2.0
49+
uses: docker/build-push-action@v5.3.0
5050
with:
5151
push: ${{ github.ref == 'refs/heads/main' }}
5252
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)