1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-21 01:00:15 -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

@ -52,4 +52,12 @@ jobs:
name: Clear name: Clear
if: always() && startsWith(github.ref, 'refs/tags/v') if: always() && startsWith(github.ref, 'refs/tags/v')
run: | run: |
rm -f ${HOME}/.docker/config.json 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 }}