Skip to content

Commit 5afc0c1

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 929b87a commit 5afc0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: docker/setup-buildx-action@v3
1818
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
19-
- uses: docker/build-push-action@v6
19+
- uses: docker/build-push-action@v7
2020
with:
2121
file: Dockerfile.builder
2222
push: true

0 commit comments

Comments
 (0)