Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 069caa7

Browse files
breaking: the dependency docker/build-push-action has been updated to a new major version (v6), which may include breaking changes. #major
1 parent 2bedfa4 commit 069caa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: rlespinasse/github-slug-action@797d68864753cbceedc271349d402da4590e6302 # v4
3131

3232
- name: Build and push Docker image
33-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
33+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
3434
with:
3535
context: .
3636
push: true

0 commit comments

Comments
 (0)