diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 32d0ebd33..eda06c01f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -52,7 +52,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@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@a8d35412fb758de9162fd63e3fa3f0942bdedb4d with: context: . push: true