Skip to content

Commit b691531

Browse files
committed
removed comments test
1 parent 6957860 commit b691531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/WebGSM-Docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: WebGSM-Docker # Build and Publish
1+
name: WebGSM-Docker
22

33
on:
44
push:
55
tags:
6-
- 'v*.*.*' # This will trigger the action on tag pushes like v1.0.0
6+
- 'v*.*.*'
77

88
jobs:
99
build-and-push:
@@ -33,4 +33,4 @@ jobs:
3333
push: true
3434
tags: |
3535
ghcr.io/${{ env.REPOSITORY_OWNER }}/webgsm:latest
36-
ghcr.io/${{ env.REPOSITORY_OWNER }}/webgsm:${{ github.ref_name }} # Using the tag name that triggered the action
36+
ghcr.io/${{ env.REPOSITORY_OWNER }}/webgsm:${{ github.ref_name }}

0 commit comments

Comments
 (0)