Skip to content

Commit 984b63a

Browse files
authored
Use tag name for docker hub (#24)
Co-authored-by: Florian <[email protected]>
1 parent c16b0b4 commit 984b63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
context: .
3535
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
3636
push: true
37-
tags: theengs/gateway:latest
37+
tags: theengs/gateway:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)