diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 596800ffb..04b141cac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,14 +87,14 @@ jobs: run: echo "::set-output name=VERSION::$(tail -n1 .env | cut -d= -f2)" - name: Login to Docker Hub - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.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@v3.2.0 + uses: docker/login-action@v3.3.0 if: startsWith(github.event.ref, 'refs/tags/v') with: registry: quay.io