adapt workflows
This commit is contained in:
parent
e3854bc077
commit
f8cce9df4a
|
@ -1,7 +1,10 @@
|
|||
name: Publish Docker image
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to GitHub Packages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: goreleaser
|
||||
name: Publish Release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Reference in New Issue