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:
parent
3ee17226c6
commit
099f8256a2
10
.github/workflows/goreleaser.yml
vendored
10
.github/workflows/goreleaser.yml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user