Skip to content

Commit c3d45cc

Browse files
authored
Merge pull request #3 from simtabi/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents bd4b838 + 10a011b commit c3d45cc

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
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build bundle (needed by Dockerfile)
106106
run: python scripts/bundle.py
107107
- name: Build for amd64 + arm64
108-
uses: docker/build-push-action@v6
108+
uses: docker/build-push-action@v7
109109
with:
110110
context: .
111111
file: ./Dockerfile

0 commit comments

Comments
 (0)