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 GitHub
parent a32ca19251
commit ff72b7eea1
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