Update .gitea/workflows/static-deploy.yml
This commit is contained in:
parent
8415c981b8
commit
5fdd391545
|
@ -11,6 +11,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user