We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f349e0 commit d8a9b6fCopy full SHA for d8a9b6f
1 file changed
.github/workflows/ci-cd.yaml
@@ -37,11 +37,8 @@ jobs:
37
DOCKER_PATH_CONTEXT: .
38
DOCKER_BUILD_DOCKERFILE: ./Dockerfile
39
DOCKER_TAGS: ${{ vars.DOCKER_USERNAME }}/${{ vars.DOCKER_REPOSITORY }}:${{ github.sha }}
40
- DOCKER_LOAD_BOOL: false
41
- DOCKER_PUSH_BOOL: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }}
42
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
43
secrets: inherit
44
-
45
release:
46
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
47
needs: [test, docker-build-and-image-scan]
0 commit comments