更新 '.gitea/workflows/build.yaml'
Explore-Gitea-Actions Details

This commit is contained in:
administrator 2023-03-26 07:34:46 +08:00
parent 89e40d0447
commit e52794c4c7
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ jobs:
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build and push
uses: docker/build-push-action@v4