Skip to content

Commit 47fe58b

Browse files
committed
feat: add branch tag also to current image
1 parent d394f45 commit 47fe58b

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)