Skip to content

Commit faef2fd

Browse files
authored
Update example-docker.yml
1 parent 2f0ff24 commit faef2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/example-docker.yml

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

33
on:
44
push:
5-
# tags:
6-
# - 'v*'
5+
tags:
6+
- 'v*'
77

88
jobs:
99
web:
@@ -24,4 +24,4 @@ jobs:
2424
platforms: linux/amd64
2525
push: true
2626
tags: |
27-
ghcr.io/${{ github.repository }}:example-web
27+
ghcr.io/${{ github.repository }}:example-web

0 commit comments

Comments
 (0)