This commit is contained in:
parent
d6d1450a46
commit
b50c72fb21
3
.github/workflows/image_creation.yaml
vendored
3
.github/workflows/image_creation.yaml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
password: ${{ secrets.PWD }}
|
password: ${{ secrets.PWD }}
|
||||||
|
|
||||||
- name: calculate short sha
|
- name: calculate short sha
|
||||||
|
- id: calculate-sha
|
||||||
run: |
|
run: |
|
||||||
echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
echo "shortsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
@ -40,4 +41,4 @@ jobs:
|
|||||||
tags: git.maximotejeda.com/maximo/ddns:${{ github.ref_name }}
|
tags: git.maximotejeda.com/maximo/ddns:${{ github.ref_name }}
|
||||||
build-args: |
|
build-args: |
|
||||||
version=${{ github.ref_name }}
|
version=${{ github.ref_name }}
|
||||||
SHORTSHA=${{ steps.calculate-short-sha.outputs.shortsha }}
|
SHORTSHA=${{ steps.calculate-sha.outputs.shortsha }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user