Skip to content

Commit

Permalink
explicitly specify from which branch the release tag should be create…
Browse files Browse the repository at this point in the history
…d from
  • Loading branch information
rikukissa committed Aug 21, 2024
1 parent 73c053d commit a630598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
description: Branch to build from
default: master
required: true

release_version:
description: Release tag. It will be prepended by your repository name
required: true
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: ${{ github.event.repository.name }}-
custom_tag: ${{ env.TAG }}
release_branches: ${{ github.event.inputs.branch_name }}

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit a630598

Please sign in to comment.