We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6957860 commit b691531Copy full SHA for b691531
.github/workflows/WebGSM-Docker.yml
@@ -1,9 +1,9 @@
1
-name: WebGSM-Docker # Build and Publish
+name: WebGSM-Docker
2
3
on:
4
push:
5
tags:
6
- - 'v*.*.*' # This will trigger the action on tag pushes like v1.0.0
+ - 'v*.*.*'
7
8
jobs:
9
build-and-push:
@@ -33,4 +33,4 @@ jobs:
33
push: true
34
tags: |
35
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
+ ghcr.io/${{ env.REPOSITORY_OWNER }}/webgsm:${{ github.ref_name }}
0 commit comments