Skip to content

Commit 5bf0a82

Browse files
committed
docker/build-push-action@v6
1 parent 87dd730 commit 5bf0a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
images: ${{ vars.DOCKER_REGISTRY }}
119119

120120
- name: Build Image and Push
121-
uses: docker/build-push-action@v5
121+
uses: docker/build-push-action@v6
122122
with:
123123
platforms: linux/arm64,linux/amd64
124124
cache-from: type=registry,ref=${{vars.DOCKER_REGISTRY}}:latest

0 commit comments

Comments
 (0)