Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Nov 30, 2023
1 parent 5195121 commit 21c109d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
build-args: VERSION=${{ steps.version.outputs.tag }}
tags: ${{ steps.lakectl_meta.outputs.tags }}
provenance: false

- name: Build and push lakefs
uses: docker/build-push-action@v5
Expand All @@ -117,3 +118,4 @@ jobs:
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
build-args: VERSION=${{ steps.version.outputs.tag }}
tags: ${{ steps.lakefs_meta.outputs.tags }}
provenance: false

0 comments on commit 21c109d

Please sign in to comment.