We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb8ed1 + c8836b4 commit 8d0d7dbCopy full SHA for 8d0d7db
.github/workflows/build_image.yml
@@ -36,7 +36,7 @@ jobs:
36
password: ${{ secrets.DOCKERHUB_TOKEN }}
37
- name: Build and push by digest
38
id: build
39
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
40
with:
41
context: .
42
platforms: ${{ matrix.platform }}
0 commit comments