b
Publish Cargo and Docker package / Publish-Cargo (push) Successful in 4m52s Details
Publish Cargo and Docker package / Publish-Docker (push) Failing after 1m45s Details

main
HeNine 1 year ago
parent 142d49cdfc
commit 4da06ffd11

@ -1,13 +1,9 @@
name: Publish Cargo and Docker package name: Publish Cargo and Docker package
run-name: ${{ github.actor }} is building ${{ github.repository }} run-name: ${{ github.actor }} is building ${{ github.repository }}
# on:
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
on: on:
push: push:
branches: tags:
- main - 'v**'
jobs: jobs:
Publish-Cargo: Publish-Cargo:

Loading…
Cancel
Save