File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 release :
55 types : [created]
66 workflow_dispatch :
7- # inputs:
8- # repository:
9- # description: "The repository from which the slash command was dispatched"
10- # required: true
11- # comment-id:
12- # description: "The comment-id of the slash command"
13- # required: true
14- # tag:
15- # description: "The tag to be released"
16- # required: true
177
188jobs :
199 release :
4535 # release_tag: ${{ github.ref }}
4636 md5sum : FALSE
4737 sha256sum : TRUE
48- # - name: Add reaction
49- # uses: peter-evans/create-or-update-comment@v4
50- # with:
51- # token: ${{ secrets.PAT }}
52- # repository: ${{ github.repository }}
53- # comment-id: ${{ github.event.inputs.comment-id }}
54- # reaction-type: hooray
38+ overwrite : TRUE
39+ - run : |
40+ docker login --username yunginnanet --password ${{ secrets.PAT }} ghcr.io
41+ docker build . --tag ghcr.io/yunginnanet/hellpot:latest
42+ docker push ghcr.io/yunginnanet/hellpot:latest
You can’t perform that action at this time.
0 commit comments