Skip to content

Commit 3012d93

Browse files
authored
Merge pull request #843 from rbonghi/dependabot/github_actions/docker/build-push-action-7.1.0
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents 5f177cc + a831206 commit 3012d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
password: ${{ secrets.DOCKERHUB_TOKEN }}
146146
- name: Build and push
147147
id: docker_build
148-
uses: docker/build-push-action@v7.0.0
148+
uses: docker/build-push-action@v7.1.0
149149
with:
150150
push: |
151151
${{ github.actor != 'dependabot[bot]' &&

0 commit comments

Comments
 (0)