diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8e860c..e293312 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,12 +23,12 @@ jobs: - name: Unit testing run: go test ./... - name: Login to Docker Hub Docker Registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: username: wyattjoh password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: ghcr.io username: wyattjoh