diff --git a/.github/workflows/build-test-push.yml b/.github/workflows/build-test-push.yml index a37008e..0690191 100644 --- a/.github/workflows/build-test-push.yml +++ b/.github/workflows/build-test-push.yml @@ -62,7 +62,7 @@ jobs: type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker image - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@f8bc7f46003ef0cf98b715743d86c2f1ccd01436 with: # We need to specify the context explicitly so the action doesn't # grab the source straight from the git. That's not a problem in