Skip to content

Commit 56bcad0

Browse files
committed
Updated GH workflow to reuse git tag as the Docker image tag
1 parent 495977f commit 56bcad0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/image.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: ci
22

33
on:
44
push:
5+
tags:
6+
- '*'
57

68
jobs:
79
docker:
@@ -24,4 +26,6 @@ jobs:
2426
with:
2527
platforms: linux/amd64,linux/arm64
2628
push: true
27-
tags: atomgraph/letsencrypt-tomcat:latest
29+
tags: |
30+
atomgraph/letsencrypt-tomcat:latest
31+
atomgraph/letsencrypt-tomcat:${{ github.ref_name }}

0 commit comments

Comments
 (0)