mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-21 17:20:11 -07:00
chor:enable publishing image
This commit is contained in:
parent
3ee17226c6
commit
099f8256a2
8
.github/workflows/goreleaser.yml
vendored
8
.github/workflows/goreleaser.yml
vendored
@ -53,3 +53,11 @@ jobs:
|
|||||||
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