Skip to content

Commit

Permalink
Do not push sha
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Mar 6, 2025
1 parent 989e5a7 commit 677aec4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
TAG=$(echo "${GITHUB_REF#refs/heads/}" | sed 's/[^a-zA-Z0-9._-]//g' | awk '{print substr($0, length($0)-120)}')
fi
echo "tag=$TAG" >> $GITHUB_OUTPUT
SHA=$(echo ${GITHUB_SHA} | cut -c1-7)
echo "sha=$SHA" >> $GITHUB_OUTPUT
id: extract_tag

- name: Set up QEMU
Expand Down Expand Up @@ -81,4 +79,3 @@ jobs:
push: true
tags: |
lehighlts/${{steps.setup.outputs.image}}:${{steps.extract_tag.outputs.tag}}
lehighlts/${{steps.setup.outputs.image}}:${{steps.extract_tag.outputs.tag}}-${{steps.extract_tag.outputs.sha}}

0 comments on commit 677aec4

Please sign in to comment.