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

This commit is contained in:
2026-07-28 10:19:00 -07:00
parent d1c6e8fa1c
commit c8cb6409ae
+6 -1
View File
@@ -83,9 +83,14 @@ jobs:
- name: Log in to Gitea Registry - name: Log in to Gitea Registry
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login gitea.fithwum.tech -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin 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 - name: Build Docker image
run: | 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: generate-changelogs:
needs: build needs: build