Skip to content

Commit 0988856

Browse files
authored
Update docker-image.yml
1 parent 4de8209 commit 0988856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: ci
22

33
on:
44
push:
5-
branches:
6-
- "master"
5+
tags:
6+
- '*'
77

88
jobs:
99
docker:
@@ -26,4 +26,4 @@ jobs:
2626
context: .
2727
platforms: linux/amd64,linux/arm64
2828
push: true
29-
tags: cericmathey/hll_rcon_tool:latest
29+
tags: cericmathey/hll_rcon_tool:latest,cericmathey/hll_rcon_tool:${{ github.ref_name }}

0 commit comments

Comments
 (0)