Skip to content

Commit 2df2ffe

Browse files
committed
ci: update workflow
1 parent 8233e34 commit 2df2ffe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-image.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
with:
1616
images: code4romania/votong
1717
dockerfile: ./docker/web/Dockerfile
18+
tags: |
19+
type=edge
20+
type=ref,event=branch
21+
type=semver,pattern={{version}}
22+
type=semver,pattern={{major}}.{{minor}}
23+
type=semver,pattern={{major}}
1824
secrets:
1925
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2026
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)