diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index 1b1843bf1e1..caccdf8c411 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -2,6 +2,7 @@ name: Docker on: release: types: [released] + workflow_dispatch: inputs: tag: @@ -21,6 +22,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + ref: "v1.3.0" - name: Set up NodeJS uses: actions/setup-node@v4 @@ -104,6 +107,7 @@ jobs: context: . target: lakectl push: true + provenance: false platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64 build-args: VERSION=${{ steps.version.outputs.tag }} tags: ${{ steps.lakectl_meta.outputs.tags }} @@ -114,6 +118,7 @@ jobs: context: . target: lakefs-plugins push: true + provenance: false platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64 build-args: VERSION=${{ steps.version.outputs.tag }} tags: ${{ steps.lakefs_meta.outputs.tags }}