🐛 Tryin' to fix build
Some checks failed
Build and Push Dyson Sphere / build (push) Has been cancelled

This commit is contained in:
2025-05-19 13:09:40 +08:00
parent 7845e4c0d7
commit 6bd125408e
8 changed files with 30 additions and 23 deletions

View File

@ -24,9 +24,10 @@ jobs:
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: DysonNetwork.Sphere
file: DysonNetwork.Sphere/Dockerfile
context: .
push: true
tags: xsheep2010/dyson-sphere:latest
platforms: linux/amd64