diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 97e7ab3..d5992ff 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -3,7 +3,7 @@ name: Master Build and Publish on: push: branches: - - master + - main - release/v* jobs: diff --git a/.github/workflows/template-build.yml b/.github/workflows/template-build.yml index 62bcdc2..62e3529 100644 --- a/.github/workflows/template-build.yml +++ b/.github/workflows/template-build.yml @@ -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 \ No newline at end of file + tags: ${{env.imageName}}:${{ inputs.release-tag-name }} \ No newline at end of file