diff --git a/.github/workflows/release-full-platform.yml b/.github/workflows/release-full-platform.yml index b34772c..d4e9cec 100644 --- a/.github/workflows/release-full-platform.yml +++ b/.github/workflows/release-full-platform.yml @@ -138,6 +138,11 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v2 + - name: Log in to Docker Hub + run: | + security unlock-keychain -p ${{ secrets.HOST_PASSWORD }} + docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }} + - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 @@ -145,11 +150,6 @@ jobs: - name: Available platforms run: echo ${{ steps.buildx.outputs.platforms }} - - name: Log in to Docker Hub - run: | - security unlock-keychain -p ${{ secrets.HOST_PASSWORD }} - docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }} - - name: Download memgraph binaries run: | curl -L https://download.memgraph.com/memgraph/v${{ github.event.inputs.memgraph_version }}/debian-11-aarch64/memgraph_${{ github.event.inputs.memgraph_version }}-1_arm64.deb > memgraph-arm64.deb