1
0
forked from test/crm

ci: fix workflow yaml

This commit is contained in:
Revant Nandgaonkar 2024-11-11 12:52:33 +05:30
parent c9b3820205
commit 8fb00360a2

View File

@ -27,7 +27,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
platforms: linux/${{ matrix.arch }}
with:
platforms: linux/${{ matrix.arch }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2