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 f9c40d7 commit b02df97Copy full SHA for b02df97
.github/workflows/main.yaml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
36
tags: |
37
- type=sha,prefix={{branch}}-
+ type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
38
39
- name: Log in to the Container registry
40
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
0 commit comments