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