actions-workflow-samples icon indicating copy to clipboard operation
actions-workflow-samples copied to clipboard

How to pull docker image tagged with SHA8

Open Gamecock opened this issue 5 years ago • 0 comments

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.

Gamecock avatar Jul 29 '20 20:07 Gamecock