Skip to content

Commit

Permalink
create_release
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcsid committed May 28, 2024
1 parent 48f140e commit c5ac24e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Log in to the Container registry
uses: docker/#-action@v3
with:
ref: ${{ inputs.branch }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -60,11 +61,12 @@ jobs:
# subject-digest: ${{ steps.push.outputs.digest }}
# push-to-registry: true

- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.event.inputs.release-tag }}
draft: false
prerelease: false
generate_release_notes: true
# - name: Create GitHub Release
# id: create_release
# if: inputs.do_release == 'true'
# uses: softprops/action-gh-release@v2
# with:
# tag_name: ${{ github.event.inputs.release-tag }}
# draft: false
# prerelease: false
# generate_release_notes: true

0 comments on commit c5ac24e

Please # to comment.