diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ed2b8d479..36ad7239a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -25,19 +25,19 @@ jobs: uses: actions/checkout@v4.1.7 - name: Log in to Docker Hub - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@a64d0487d7069df33b279515d35d60fa80e2ea62 + uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb with: images: vectorinstitute/cyclops - name: Build and push Docker image - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: context: . file: ./Dockerfile diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index f592935b9..67cbe390d 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -65,6 +65,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false attempt_limit: 5 attempt_delay: 30000 diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 2d12a3ca4..0925e49e1 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -51,6 +51,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false attempt_limit: 5 attempt_delay: 30000