Added checkout back in because of Dockerfile not existing
Build foundry vtt docker image and push to registry / docker (push) Failing after 31s
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:
@@ -10,9 +10,9 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# -
|
||||
# name: Checkout
|
||||
# uses: actions/checkout@v4
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
Reference in New Issue
Block a user