We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cd172 commit 2fd7f1eCopy full SHA for 2fd7f1e
.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@v7.0.0
32
33
context: .
34
platforms: linux/amd64,linux/arm64
.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@v7
37
38
context: ./
39
file: ./Dockerfile
0 commit comments