diff --git a/.github/workflows/ci-container-image.yml b/.github/workflows/ci-container-image.yml index d0374cad023..7e4de5fa46c 100644 --- a/.github/workflows/ci-container-image.yml +++ b/.github/workflows/ci-container-image.yml @@ -48,7 +48,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image to registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index fd8ed8903e3..42905ab19ab 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -60,7 +60,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image to registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true