From 659693ae6c1a5df2af98dfd8670e4a9b03cb15a7 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 13 Mar 2022 19:54:00 +1300 Subject: [PATCH] Correction to docker/login-action@v1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3cd1af2..644d7321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v2 - name: Log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}