diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ee80309..4363a81 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -34,7 +34,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build image and push to GitHub Container Registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} # relative path to the place where source code with Dockerfile is located