Skip to content

Commit

Permalink
upd(workflow) release
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu committed May 1, 2024
1 parent 95d64fb commit 2196bde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
description: 'version to release, e.g. v1.5.13'
required: true
default: 'v0.1.0'
# source_ref:
# description: 'source ref to publish from. E.g.: main or release-x.y'
# required: true
# default: 'main'
source_ref:
description: 'source ref to publish from. E.g.: main or release-x.y'
required: true
default: 'main'

env:
IMAGE_NAME: ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit 2196bde

Please sign in to comment.