adding notes

This commit is contained in:
Bret Fisher
2023-03-11 02:50:48 -05:00
parent fb2ccb0ea0
commit aa5ab1f8a8

View File

@@ -107,10 +107,8 @@ jobs:
ghcr-tag: ${{ steps.ghcr-tag.outputs.tag }} ghcr-tag: ${{ steps.ghcr-tag.outputs.tag }}
steps: steps:
# no need for manual checkout, per https://github.com/docker/build-push-action/#git-context # 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