|
@@ -41,7 +41,7 @@ jobs:
|
|
|
- name: Build FE
|
|
- name: Build FE
|
|
|
run: |
|
|
run: |
|
|
|
echo "$(git show -s --format=%H)"
|
|
echo "$(git show -s --format=%H)"
|
|
|
- echo "GITHASH=$(git show -s --format=%H)" >> ${GITHASH}
|
|
|
|
|
|
|
+ echo "GITHASH=$(git show -s --format=%H)" >> ${GITHUB_ENV}
|
|
|
make build_fe
|
|
make build_fe
|
|
|
|
|
|
|
|
- name: Log in to the Container registry
|
|
- name: Log in to the Container registry
|