diff --git a/.github/workflows/publish_latest.yml b/.github/workflows/publish_latest.yml index 091cc59b9..019258b3d 100644 --- a/.github/workflows/publish_latest.yml +++ b/.github/workflows/publish_latest.yml @@ -3,6 +3,7 @@ name: Publish latest on: push: branches: [master, main] + pull_request: env: IMAGE_NAME: "hstreamdb/hstream" @@ -42,11 +43,11 @@ jobs: # We need tags. Also see: https://github.com/actions/checkout/issues/701 fetch-depth: 0 - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + # - name: Login to Docker Hub + # uses: docker/login-action@v2 + # with: + # username: ${{ secrets.DOCKERHUB_USERNAME }} + # password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Get version info run: |