File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 file : ./docker/${{ inputs.image }}/Dockerfile
3434 context : " ./docker/${{ inputs.image }}/"
3535 push : ${{ inputs.push }}
36- tags : giohappy /${{ inputs.image }}:${{ inputs.tag }}
36+ tags : geonode /${{ inputs.image }}:${{ inputs.tag }}
Original file line number Diff line number Diff line change 4040 file : ./docker/${{ github.event.inputs.image }}/Dockerfile
4141 context : " ./docker/${{ github.event.inputs.image }}/"
4242 push : ${{fromJSON(github.event.inputs.push)}}
43- tags : giohappy /${{ github.event.inputs.image }}:${{ github.event.inputs.tag }}
43+ tags : geonode /${{ github.event.inputs.image }}:${{ github.event.inputs.tag }}
4444 - name : Final message
4545 run : echo "Built ${{ github.event.inputs.image }} from branch ${{ github.event.inputs.branch }} (push ${{ fromJSON(github.event.inputs.push) }})"
You can’t perform that action at this time.
0 commit comments