Skip to content

Commit a8a5c39

Browse files
chore(deps): update docker/build-push-action action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ebe39f commit a8a5c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
type=raw,value=${{ env.IMAGE_NAME }}-{{tag}}-{{date 'YYYYMMDD'}}-{{sha}},priority=32, enable=${{ startsWith(github.ref, 'refs/tags/v') }}
5454
5555
- name: Build and push distribution image
56-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
56+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
5757
with:
5858
context: .
5959
file: Containerfile

0 commit comments

Comments
 (0)