Switched API
This commit is contained in:
parent
27fd95ba1e
commit
1eafc1a0e1
6 changed files with 21 additions and 6 deletions
.forgejo/workflows
|
@ -1,8 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+\.[0-9]+\.[0-9]+-c\.[0-9]+'
|
||||
- '[0-9]+\.[0-9]+\.[0-9]+-a\.[0-9]+'
|
||||
- '[0-9]+\.[0-9]+\.[0-9]'
|
||||
|
||||
jobs:
|
||||
|
@ -55,7 +53,7 @@ jobs:
|
|||
build-args: |
|
||||
PACKAGE_VERSION=${{ github.ref_name }}
|
||||
push: true
|
||||
tags: forgejo.neshweb.net/firq/support-formatter:${{ github.ref_name }}
|
||||
tags: forgejo.neshweb.net/firq/support-formatter:${{ github.ref_name }}, forgejo.neshweb.net/firq/support-formatter:latest
|
||||
|
||||
release:
|
||||
needs: [ build-and-push-container, publish-artifacts ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue