Skip to content

Commit 551e671

Browse files
committed
fix: remove DOCKER_PLATFORMS variable from CI/CD workflow
1 parent b08fdef commit 551e671

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci-cd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
DOCKER_LOAD_BOOL: false
4141
DOCKER_PUSH_BOOL: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') }}
4242
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
43-
DOCKER_PLATFORMS: '["linux/amd64","linux/arm64"]'
4443
secrets: inherit
4544
release:
4645
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)