GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/auto-build.yml
|
|
@ -35,6 +35,6 @@ jobs: |
|
|
|
elif [ "$i" == *.md ]; then |
|
|
|
continue # Skip markdown files |
|
|
|
fi |
|
|
|
docker build $directory --tag theme.park:$directory |
|
|
|
docker push theme.park:$directory |
|
|
|
docker build $directory --tag ghcr.io/gilbn/theme.park:$directory |
|
|
|
docker push ghcr.io/gilbn/theme.park:$directory |
|
|
|
done |
|
|
|