Skip to content

Commit d2d9659

Browse files
committed
fix: add missing branch tag in Docker metadata
1 parent 8ac0d7c commit d2d9659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
3434
tags: |
3535
type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
36+
type=raw,value={{branch}}
3637
3738
- name: Log in to the Container registry
3839
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

0 commit comments

Comments
 (0)