@@ -38,12 +38,6 @@ jobs: | |||||
- name: Available platforms | - name: Available platforms | ||||
run: echo ${{ steps.buildx.outputs.platforms }} | run: echo ${{ steps.buildx.outputs.platforms }} | ||||
- name: Login to Docker Hub | |||||
uses: docker/login-action@v2 | |||||
with: | |||||
username: ${{ secrets.DOCKERHUB_USERNAME }} | |||||
password: ${{ secrets.DOCKERHUB_TOKEN }} | |||||
- name: Log in to the Container registry | - name: Log in to the Container registry | ||||
uses: docker/login-action@v2 | uses: docker/login-action@v2 | ||||
with: | with: | ||||