Skip to content

Commit

Permalink
fix version and gh branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Apr 24, 2024
1 parent 94b9fec commit 4f1e9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Master Build and Publish
on:
push:
branches:
- master
- main
- release/v*

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,4 @@ jobs:
platforms: linux/amd64,linux/arm64
file: package/Dockerfile
push: ${{ inputs.push }}
tags: ${{env.imageName}}:${{ inputs.release-tag-name }}
build-args: |
VERSION=${{ github.ref_name }}-${{ github.sha }}-head
tags: ${{env.imageName}}:${{ inputs.release-tag-name }}

0 comments on commit 4f1e9d3

Please sign in to comment.