actions-workflow-samples
actions-workflow-samples copied to clipboard
How to pull docker image tagged with SHA8
The docker sample pulls an image tagged with a complete sha by ${{ github.sha }}.
I tried ${{ git rev-parse --short }} ${{ github.sha::8 }} other attempts, not urgent, I just changed my image tagging to full SHA.