fix
This commit is contained in:
parent
86976d9036
commit
48203d9061
@ -63,6 +63,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # all history for all branches and tags
|
fetch-depth: 0 # all history for all branches and tags
|
||||||
|
|
||||||
|
- name: Prepare
|
||||||
|
id: prep
|
||||||
|
run: |
|
||||||
|
VERSION="sha-${GITEA_SHA::8}"
|
||||||
|
echo $VERSION
|
||||||
|
echo $GITEA_REF
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user