Skip to content

Commit f1db5ce

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 4c7ac61 commit f1db5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}
2929
- name: Build and push
30-
uses: docker/build-push-action@v6
30+
uses: docker/build-push-action@v7
3131
with:
3232
context: .
3333
file: ./Dockerfile

0 commit comments

Comments
 (0)