committing short github sha

This commit is contained in:
Darrel Pol 2024-11-02 16:00:58 -05:00
parent f07ad26db8
commit f91f431be5

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
environment: staging
env:
IMAGE_TAG: $(echo $GITHUB_SHA | head -c 7)
IMAGE_TAG: ${{ github.sha }}
steps:
- name: Checkout code