Skip to content

Commit 2c5ebe8

Browse files
Bump docker/build-push-action from 2.5.0 to 3.1.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ad44023...c84f382) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f37fb91 commit 2c5ebe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# https://github.com/docker/build-push-action
7575
- name: Build and push Docker image
7676
id: build-and-push
77-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
77+
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
7878
with:
7979
context: .
8080
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)