diff --git a/.github/workflows/build-test-push.yml b/.github/workflows/build-test-push.yml index 9cd3f64..964b385 100644 --- a/.github/workflows/build-test-push.yml +++ b/.github/workflows/build-test-push.yml @@ -61,7 +61,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@94d76d3bc1409736cb5dc1ada9502bec3a72973c 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