remove checkout
This commit is contained in:
7
.github/workflows/reusable-docker-build.yaml
vendored
7
.github/workflows/reusable-docker-build.yaml
vendored
@@ -107,9 +107,10 @@ 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
|
||||||
name: Checkout
|
# -
|
||||||
uses: actions/checkout@v3.3.0
|
# 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