diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ca9141c7d..36dba2353 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -41,7 +41,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: push: true tags: ${{ steps.meta.outputs.tags }}