We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d43825 commit 13c1acdCopy full SHA for 13c1acd
.github/workflows/build.yml
@@ -24,8 +24,8 @@ jobs:
24
run: go test ./...
25
build-docker-image:
26
runs-on: ubuntu-latest
27
- needs: [unit-test, check-format]
28
- if: ${{ startsWith(github.ref, 'refs/tags/') }}
+ needs: [pre-build-checks]
+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
29
env:
30
TAG_NAME: ${{ github.ref_name }}
31
IMAGE_NAME: ghcr.io/mahesh-hegde/dhee
0 commit comments