We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc3206 commit 774ec9bCopy full SHA for 774ec9b
.github/workflows/build.yml
@@ -1,8 +1,8 @@
1
name: default-pipeline
2
on:
3
push:
4
- branches:
5
- - "refs/tags/*"
+ tags:
+ - v*
6
jobs:
7
pre-build-checks:
8
runs-on: ubuntu-latest
@@ -22,7 +22,6 @@ jobs:
22
build-docker-image:
23
24
needs: [pre-build-checks]
25
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
26
env:
27
TAG_NAME: ${{ github.ref_name }}
28
IMAGE_NAME: ghcr.io/mahesh-hegde/dhee
0 commit comments