mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 11:03:15 +08:00
restructure the folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Docker image release
|
||||
name: Build image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
context: app
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
|
||||
push: true
|
||||
tags: ${{ steps.string.outputs.lowercase }}:latest
|
||||
@@ -1,9 +1,9 @@
|
||||
name: SMZDM Check-in Docker Bot
|
||||
name: Check in
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: ["Docker image release"]
|
||||
workflows: ["Build image"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
Reference in New Issue
Block a user