We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368b176 commit 829fb83Copy full SHA for 829fb83
1 file changed
.github/workflows/ci-cd.yaml
@@ -42,7 +42,6 @@ jobs:
42
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
43
DOCKER_PLATFORMS: '["linux/amd64","linux/arm64"]'
44
secrets: inherit
45
-
46
release:
47
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
48
needs: [test, docker-build-and-image-scan]
0 commit comments