Skip to content

Commit

Permalink
tmp: push false
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug committed Oct 30, 2023
1 parent 8ac1e0f commit 4640d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
context: .
target: lakectl
push: true
push: false
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
build-args: VERSION=${{ steps.version.outputs.tag }}
tags: ${{ steps.lakectl_meta.outputs.tags }}
Expand All @@ -109,7 +109,7 @@ jobs:
with:
context: .
target: lakefs-plugins
push: true
push: false
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
build-args: VERSION=${{ steps.version.outputs.tag }}
tags: ${{ steps.lakefs_meta.outputs.tags }}

0 comments on commit 4640d80

Please sign in to comment.