diff --git a/.github/workflows/ci-container-image.yml b/.github/workflows/ci-container-image.yml index 4b56778552..d5efb88d89 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@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 4fb82d6c24..6245c2985e 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -61,7 +61,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image to registry - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true