mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-14 13:57:44 -05:00
Temporarily Disabling The Release Build
This commit is contained in:
parent
125659cebf
commit
b6ac8c7946
2 changed files with 43 additions and 40 deletions
|
|
@ -22,9 +22,12 @@ jobs:
|
|||
id: meta
|
||||
uses: https://github.com/docker/metadata-action@v5
|
||||
with:
|
||||
images: forgejo.merr.is/${{ github.repository }}
|
||||
images: forgejo.merr.is/${{ github.repository }}:v0.0.1.105
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
- name: Debugging steps.meta.outputs.tags
|
||||
shell: /bin/ash -e {0}
|
||||
run: echo ${{ steps.meta.outputs.tags }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue