diff --git a/.github/workflows/build-and-push-service.yml b/.github/workflows/build-and-push-service.yml index 8848c6c..b93c2c6 100644 --- a/.github/workflows/build-and-push-service.yml +++ b/.github/workflows/build-and-push-service.yml @@ -132,7 +132,7 @@ jobs: - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: username: ${{ secrets.dockerhub_username }} password: ${{ secrets.dockerhub_token }} @@ -141,7 +141,7 @@ jobs: - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.repository_owner }}