We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3702824 commit 9bbb64dCopy full SHA for 9bbb64d
.github/actions/docker-build-and-push/action.yml
@@ -36,7 +36,7 @@ runs:
36
37
- name: Build image
38
run: |
39
- if [[ ${{ inputs.prerelease }} ]]; then
+ if [[ ${{ inputs.prerelease }} == "true" ]]; then
40
LATEST_TAG=""
41
else
42
LATEST_TAG="-t ${{ inputs.registry }}/${{ inputs.image-name }}:latest"
0 commit comments