diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 521e63e..4f258dc 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -73,6 +73,7 @@ jobs: # Add 'edge' tag for main and develop branches type=edge,pattern=main type=edge,pattern=develop + type=sha # create a sha tag # Use a custom tag if manually dispatched type=raw,value=${{ github.event.inputs.custom_tag || '' }}