diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 546364a..71b01a3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,13 +32,13 @@ jobs: flavor: | latest=true - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Github Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: registry: ghcr.io