adding echo to pipeline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user