We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7736116 commit d06378dCopy full SHA for d06378d
.github/workflows/clean-main-images.yml
@@ -32,3 +32,4 @@ jobs:
32
keep-n-tagged: ${{ env.KEEP_X_IMAGES }}
33
delete-ghost-images: true
34
delete-partial-images: true
35
+ exclude-tags: 'main'
.github/workflows/main.yaml
@@ -37,6 +37,7 @@ jobs:
37
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
38
tags: |
39
type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
40
+ type=raw,value={{branch}}
41
42
- name: Log in to the Container registry
43
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
0 commit comments