update
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 9s
Build and Push foundryvtt Docker Image / build (push) Skipped
Build and Push foundryvtt Docker Image / generate-changelogs (push) Skipped
Build and Push foundryvtt Docker Image / generate-build-info (push) Skipped
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 9s
Build and Push foundryvtt Docker Image / build (push) Skipped
Build and Push foundryvtt Docker Image / generate-changelogs (push) Skipped
Build and Push foundryvtt Docker Image / generate-build-info (push) Skipped
This commit is contained in:
@@ -83,9 +83,14 @@ jobs:
|
||||
- name: Log in to Gitea Registry
|
||||
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login gitea.fithwum.tech -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Clear BuildKit cache
|
||||
run: |
|
||||
docker builder prune -af || true
|
||||
docker buildx prune -af || true
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker buildx build --platform linux/amd64 --push -t gitea.fithwum.tech/fithwum/foundry_vtt:alpine ./alpine
|
||||
docker buildx build --platform linux/amd64 --pull --no-cache --push -t gitea.fithwum.tech/fithwum/foundry_vtt:alpine ./alpine
|
||||
|
||||
generate-changelogs:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user