We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08fdef commit 551e671Copy full SHA for 551e671
1 file changed
.github/workflows/ci-cd.yaml
@@ -40,7 +40,6 @@ jobs:
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
- DOCKER_PLATFORMS: '["linux/amd64","linux/arm64"]'
44
secrets: inherit
45
release:
46
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
0 commit comments