Add gitea repo
parent
b322981615
commit
89ac536846
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: |
|
tags: |
|
||||||
harbor.bv.stef.lan/library/pki-manager:${{env.GITHUB_SHA}}
|
harbor.bv.stef.lan/library/pki-manager:${{env.GITHUB_SHA}}
|
||||||
|
$${{env.GITHUB_REPOSITORY}}:v${{env.GITHUB_RUN_ID}}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
provenance: false # Peut simplifier le débogage initialement
|
provenance: false # Peut simplifier le débogage initialement
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue