Skip to content

Commit

Permalink
ci: remove useless build args (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <jack.yu@suse.com>
  • Loading branch information
Yu-Jack authored Apr 25, 2024
1 parent 46b72a9 commit f211058
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,4 @@ jobs:
platforms: linux/amd64,linux/arm64
file: package/Dockerfile
push: ${{ inputs.push }}
tags: rancher/support-bundle-kit:${{ inputs.release-tag-name }}
build-args: |
VERSION=${{ github.ref_name }}-${{ github.sha }}-head
tags: rancher/support-bundle-kit:${{ inputs.release-tag-name }}

0 comments on commit f211058

Please sign in to comment.