diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a18c958aa..ca6b1442d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 - name: Build the container image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: Dockerfile