looks like checkout is still needed

This commit is contained in:
Bret Fisher
2023-03-11 02:54:35 -05:00
parent aa5ab1f8a8
commit a9e5c2f5c7

View File

@@ -107,8 +107,9 @@ jobs:
ghcr-tag: ${{ steps.ghcr-tag.outputs.tag }} ghcr-tag: ${{ steps.ghcr-tag.outputs.tag }}
steps: 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 # we need qemu and buildx so we can build multiple platforms later
name: Set up QEMU name: Set up QEMU