mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
ci: add universe dispatch on semver tag push
This commit is contained in:
@@ -13,3 +13,21 @@ jobs:
|
||||
with:
|
||||
image: ghcr.io/luxfi/netrunner
|
||||
secrets: inherit
|
||||
|
||||
notify-universe:
|
||||
needs: docker
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.UNIVERSE_PAT }}
|
||||
repository: luxfi/universe
|
||||
event-type: image-published
|
||||
client-payload: |
|
||||
{
|
||||
"service": "netrunner",
|
||||
"image": "ghcr.io/luxfi/netrunner",
|
||||
"tag": "${{ github.ref_name }}",
|
||||
"sha": "${{ github.sha }}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user