Browse Source

Merge pull request #45944 from neersighted/moby-bin-tags

ci(bin-image): add SHA-based tags
Bjorn Neergaard 2 years ago
parent
commit
06b991f48f
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: |