We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586ec62 commit 0fa2eeaCopy full SHA for 0fa2eea
1 file changed
.github/workflows/release-command.yml
@@ -45,10 +45,7 @@ jobs:
45
# release_tag: ${{ github.ref }}
46
md5sum: FALSE
47
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
+ - run: |
+ docker login --username yunginnanet --password ${{ secrets.PAT }} ghcr.io
+ docker build . --tag ghcr.io/yunginnanet/hellpot:latest
+ docker push ghcr.io/yunginnanet/hellpot:latest
0 commit comments