diff --git a/.github/workflows/reusable-docker-build.yaml b/.github/workflows/reusable-docker-build.yaml index 6681e57..e36678d 100644 --- a/.github/workflows/reusable-docker-build.yaml +++ b/.github/workflows/reusable-docker-build.yaml @@ -107,8 +107,9 @@ jobs: ghcr-tag: ${{ steps.ghcr-tag.outputs.tag }} steps: - # no need for manual checkout if all we're doing is build->push - # RE: https://github.com/docker/build-push-action/#git-context + - + name: Checkout + uses: actions/checkout@v3.3.0 - # we need qemu and buildx so we can build multiple platforms later name: Set up QEMU