Skip to content

Commit b552b3b

Browse files
Bump docker/build-push-action from 5.1.0 to 5.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4a13e50...af5a7ed) --- 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>
1 parent 6e23a21 commit b552b3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848

4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
50+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
5151
with:
5252
context: .
5353
push: true

.github/workflows/unstable_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646

4747
- name: Build and push Docker image to ghcr.io
48-
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
48+
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e
4949
with:
5050
context: .
5151
push: true

0 commit comments

Comments
 (0)