Browse Source

ci(bin-image): add SHA-based tags

Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
Bjorn Neergaard 2 years ago
parent
commit
ecfa4f5866
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/bin-image.yml

+ 3 - 0
.github/workflows/bin-image.yml

@@ -50,10 +50,13 @@ jobs:
           # moby/moby-bin:master
           ## push on 23.0 branch
           # moby/moby-bin:23.0
+          ## any push
+          # moby/moby-bin:sha-ad132f5
           tags: |
             type=semver,pattern={{version}}
             type=ref,event=branch
             type=ref,event=pr
+            type=sha
       -
         name: Rename meta bake definition file
         run: |