Skip to content

Commit 2ebe0f0

Browse files
authored
Merge pull request #722 from bervProject/dependabot/github_actions/docker/build-push-action-7
fix(deps): bump docker/build-push-action from 6 to 7
2 parents 8ff0f06 + 51c17dd commit 2ebe0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
bervproject/${{ env.IMAGE_NAME }}
9191
ghcr.io/${{ github.repository }}
9292
- name: Build and push Docker images
93-
uses: docker/build-push-action@v6
93+
uses: docker/build-push-action@v7
9494
with:
9595
context: .
9696
push: true

0 commit comments

Comments
 (0)