We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1342d commit 3f43506Copy full SHA for 3f43506
.github/workflows/development_image_release.yaml
@@ -73,7 +73,7 @@ jobs:
73
images: ${{ vars.DOCKER_REGISTRY }}
74
75
- name: Build Image and Push
76
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
77
with:
78
platforms: linux/arm64,linux/amd64
79
cache-from: type=registry,ref=${{vars.DOCKER_REGISTRY}}:latest
0 commit comments