1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-21 09:10:11 -07:00

chor:enable publishing image

This commit is contained in:
kha7iq 2021-04-17 04:26:29 +08:00
parent 3ee17226c6
commit 099f8256a2

View File

@ -53,3 +53,11 @@ jobs:
if: always() && startsWith(github.ref, 'refs/tags/v')
run: |
rm -f ${HOME}/.docker/config.json
-
name: Release New Version
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}