diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index f98c83879..a8f3c8aaf 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -72,14 +72,11 @@ jobs: runs-on: ubuntu-latest needs: [arm64-making-something-cool, amd64-making-something-cool] steps: - - name: Login to DockerHub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Create & push manifest uses: addnab/docker-run-action@v3 with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} image: docker:latest shell: bash run: |