Skip to content

Commit

Permalink
Release try
Browse files Browse the repository at this point in the history
  • Loading branch information
sepich committed Nov 19, 2023
1 parent 4e28dca commit 7620daa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ steps.meta.outputs.version }}
draft: true
files: thanos-kit*.zip
generate_release_notes: true

Expand All @@ -60,7 +59,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VER=${{ steps.meta.outputs.version }}
build-args: VER=${{ steps.meta.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 7620daa

Please sign in to comment.