Added checkout back in because of Dockerfile not existing
Build foundry vtt docker image and push to registry / docker (push) Failing after 31s

Though documentation says its optional to do that and should happen as part of the build step.
This commit is contained in:
2024-06-17 10:52:41 +02:00
parent fdf8d8f2f3
commit ec0347fef9
@@ -10,9 +10,9 @@ jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# - -
# name: Checkout name: Checkout
# uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Set up Docker Buildx name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3