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 8bc403b commit 7f7833eCopy full SHA for 7f7833e
.github/workflows/alpha.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
30
- name: Build and push Docker image
31
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.17.0
32
33
context: .
34
platforms: linux/amd64,linux/arm64,linux/arm/v7
.github/workflows/docker.yml
@@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build and push
35
id: docker_build
36
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
37
38
context: ./
39
file: ./Dockerfile
0 commit comments