adding echo to pipeline
All checks were successful
Homepage Build and Deploy (Test) / Build Homepage Image (push) Successful in 10s
Homepage Build and Deploy (Test) / Deploy Homepage (push) Successful in 3s

This commit is contained in:
2026-07-10 18:15:04 -03:00
parent 8583a8b388
commit 1e30f704f5

View File

@@ -24,7 +24,9 @@ jobs:
- name: Export short commit SHA - name: Export short commit SHA
id: vars id: vars
shell: bash shell: bash
run: echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT" run: |
echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
echo "sha: ${{ steps.vars.outputs.short_sha }}"
- name: Build and Push Multi-Arch Image - name: Build and Push Multi-Arch Image
uses: https://git.ivanch.me/ivanch/pipeline-actions/build-and-push@main uses: https://git.ivanch.me/ivanch/pipeline-actions/build-and-push@main