diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8dce9541..72eba4fc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,14 +75,14 @@ jobs: run: echo "::set-output name=VERSION::$(tail -n1 .env | cut -d= -f2)" - name: Login to Docker Hub - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 if: startsWith(github.event.ref, 'refs/tags/v') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Login to Quay.io - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 if: startsWith(github.event.ref, 'refs/tags/v') with: registry: quay.io