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

This commit is contained in:
administrator 2023-03-26 07:24:00 +08:00
parent ec5c03e131
commit 296652a392
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ 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: Build and push
uses: docker/build-push-action@v4
with:
push: false
tags: user/app:latest
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v3