diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index dde3089..708201d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -57,7 +57,7 @@ jobs: - name: Docker build run: | docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} - docker build --platform linux/arm64/v8 -t app . + docker build --platform linux/arm64 -t app . docker tag app ${{ secrets.DOCKER_USERNAME }}/conet:latest docker push ${{ secrets.DOCKER_USERNAME }}/conet:latest