File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v4
3838
3939 - name : Log in to GHCR
40- if : github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.push == 'true' )
40+ if : github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.push)
4141 run : podman login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ${{ env.REGISTRY }}
4242
4343 - name : Build bootc image
5757 echo "Image tag: ${TAG}"
5858
5959 - name : Tag and push
60- if : github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.push == 'true' )
60+ if : github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.push)
6161 run : |
6262 # push bootc image under both :latest and versioned tags
6363 podman tag localhost/bink-node:${{ steps.meta.outputs.tag }} \
You can’t perform that action at this time.
0 commit comments