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

This commit is contained in:
administrator 2023-03-26 07:32:29 +08:00
parent 137bb67c56
commit 89e40d0447
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ 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: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v4