diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40c5860..b6d2c92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,10 +23,12 @@ jobs: - uses: actions/checkout@v3 - name: Test the Docker image run: docker run --rm -d ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + needs: build # push_to_registry: # name: Push Docker image to Docker Hub # runs-on: ubuntu-latest + # needs: test # steps: # - name: Check out the repo # uses: actions/checkout@v3