diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index b0ee6f5..ade4818 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -45,7 +45,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true