fix(gha): fix short sha step (#6939)

This commit is contained in:
César Arroba
2025-02-14 14:26:26 +01:00
committed by César Arroba
parent 66dfe89936
commit f6c352281a
2 changed files with 2 additions and 2 deletions
@@ -67,7 +67,7 @@ jobs:
id: vars
run: |
shortSha=$(git rev-parse --short ${{ github.sha }})
echo "SHORT_SHA=shortSha" >> $GITHUB_ENV
echo "SHORT_SHA=${shortSha}" >> $GITHUB_ENV
- name: Login to DockerHub
uses: docker/login-action@v3
@@ -67,7 +67,7 @@ jobs:
id: vars
run: |
shortSha=$(git rev-parse --short ${{ github.sha }})
echo "SHORT_SHA=shortSha" >> $GITHUB_ENV
echo "SHORT_SHA=${shortSha}" >> $GITHUB_ENV
- name: Login to DockerHub
uses: docker/login-action@v3