Skip to content

Commit 95aee58

Browse files
Bump docker/build-push-action from 2.5.0 to 2.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ad44023...a66e35b) --- 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 4550e9a commit 95aee58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

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

4242
- name: Build and push Docker image
43-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
43+
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
4444
with:
4545
context: .
4646
push: true

0 commit comments

Comments
 (0)