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 554cea2 commit 8ff2d9aCopy full SHA for 8ff2d9a
.github/workflows/docker.yaml
@@ -38,7 +38,7 @@ jobs:
38
tags: ${{ vars.DOCKERHUB_IMAGE_REPOSITORY }}:latest, ${{ vars.DOCKERHUB_IMAGE_REPOSITORY }}:${{ steps.set-properties.outputs.VERSION }}, ${{ vars.DOCKERHUB_IMAGE_REPOSITORY }}:${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
39
file: Dockerfile
40
push: true
41
- provenance: true
+ provenance: mode=max
42
build-args: |
43
VERSION=${{ steps.set-properties.outputs.VERSION }}
44
- uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
0 commit comments