looks like checkout is still needed
This commit is contained in:
5
.github/workflows/reusable-docker-build.yaml
vendored
5
.github/workflows/reusable-docker-build.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user