diff --git a/.github/workflows/main-build-image.yml b/.github/workflows/main-build-image.yml index b6f17d8..06ff476 100644 --- a/.github/workflows/main-build-image.yml +++ b/.github/workflows/main-build-image.yml @@ -63,6 +63,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Log in to Docker Hub + continue-on-error: true uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} @@ -74,7 +75,6 @@ jobs: with: images: | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - splunk/splunk-ai-operator tags: | type=ref,event=branch type=ref,event=pr diff --git a/.github/workflows/main-smoke-tests.yml b/.github/workflows/main-smoke-tests.yml index 508e5b9..01946b8 100644 --- a/.github/workflows/main-smoke-tests.yml +++ b/.github/workflows/main-smoke-tests.yml @@ -67,6 +67,7 @@ jobs: sudo chmod +x /usr/local/bin/operator-sdk - uses: docker/login-action@v1 + continue-on-error: true with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}