File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4545 password : ${{ secrets.GITHUB_TOKEN }}
4646
4747 - name : Build and push Docker to ghcr.io
48- uses : docker/build-push-action@v3
48+ uses : docker/build-push-action@v6
4949 with :
5050 build-args : |
5151 VERSION=${{ env.VERSION }}
5555 ghcr.io/oasisprotocol/nexus:latest
5656 ghcr.io/oasisprotocol/nexus:latest-${{ env.VERSION }}
5757 push : true
58+ provenance : false
5859 labels : |
5960 org.opencontainers.image.source=${{ github.event.repository.html_url }}
6061 org.opencontainers.image.revision=${{ github.sha }}
Original file line number Diff line number Diff line change 6161 password : ${{ secrets.GITHUB_TOKEN }}
6262
6363 - name : Build and push Docker to ghcr.io
64- uses : docker/build-push-action@v3
64+ uses : docker/build-push-action@v6
6565 with :
6666 build-args : |
6767 TAG=${{ env.TAG }}
7070 tags : |
7171 ghcr.io/oasisprotocol/nexus:${{ env.TAG }}
7272 push : true
73+ provenance : false
7374 labels : |
7475 org.opencontainers.image.source=${{ github.event.repository.html_url }}
7576 org.opencontainers.image.revision=${{ github.sha }}
You can’t perform that action at this time.
0 commit comments