diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c5a80f269ef..fe021b3b694 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -39,7 +39,7 @@ jobs: - name: Build and push Docker image (versioned) if: github.event_name == 'push' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true @@ -48,7 +48,7 @@ jobs: file: ${{ matrix.config.dockerfile }} - name: Build and push Docker image (tagged) - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name == 'push' }}