diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 576b4d9..91851ac 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -46,38 +46,6 @@ jobs: name: codecov-umbrella fail_ci_if_error: false - docker: - runs-on: ubuntu-latest - needs: build - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Set up QEMU - uses: docker/setup-qemu-action@v1 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - name: Build - uses: docker/build-push-action@v2 - with: - context: . - push: false - tags: valory/${{ github.event.repository.name }}:dev -# - name: Login to DockerHub -# uses: docker/login-action@v1 -# if: github.ref == 'refs/heads/main' -# with: -# username: valory -# password: ${{ secrets.ACCESS_TOKEN }} -# - name: Push -# uses: docker/build-push-action@v2 -# if: github.ref == 'refs/heads/main' -# with: -# context: . -# push: true -# tags: valory/${{ github.event.repository.name }}:main # note need to get the base ref to force for the branch - scan: name: gitleaks runs-on: ubuntu-latest