This commit is contained in:
Zi Gao 2025-06-09 00:21:51 +10:00
parent 452f67d28c
commit 4dbae69372
2 changed files with 6 additions and 3 deletions

View file

@ -7,9 +7,9 @@ jobs:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- id: checkout
- name: checkout
uses: actions/checkout@v4
- id: build
- name: build and publish
uses: docker/build-push-action@v6
with:
push: true