Set github sha

This commit is contained in:
Adrià Casajús 2022-05-12 17:06:45 +02:00
parent e584268219
commit 28cc678c5c
No known key found for this signature in database
GPG Key ID: F0033226A5AFC9B9
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ jobs:
- name: Prepare version file
run: |
scripts/generate-build-info.sh ${{ github.ref }}
scripts/generate-build-info.sh ${{ github.sha }}
cat app/build_info.py
- name: Test with pytest
@ -123,7 +123,7 @@ jobs:
- name: Prepare version file
run: |
scripts/generate-build-info.sh ${{ github.ref }}
scripts/generate-build-info.sh ${{ github.sha }}
cat app/build_info.py
- name: Build image and publish to Docker Registry