test
All checks were successful
Build and Push foundryvtt Docker Image / build (push) Successful in 23s

This commit is contained in:
2025-07-03 15:01:44 -07:00
parent f707b0ddf6
commit a82f186aba

View File

@@ -22,5 +22,3 @@ jobs:
- name: Build Docker image - name: Build Docker image
run: | run: |
docker buildx build --platform linux/amd64 --push -t gitea.fithwum.tech/${{ secrets.DOCKER_USERNAME }}/foundry_vtt:alpine ./alpine docker buildx build --platform linux/amd64 --push -t gitea.fithwum.tech/${{ secrets.DOCKER_USERNAME }}/foundry_vtt:alpine ./alpine
- run: echo "This job's status is ${{ job.status }}."