mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-26 11:32:16 +08:00
Update github action
This commit is contained in:
10
.github/workflows/dev-latest.yml
vendored
10
.github/workflows/dev-latest.yml
vendored
@@ -1,8 +1,9 @@
|
||||
name: Deploy To Dockerhub(dev)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches: [ 2.6.0-dev ]
|
||||
push:
|
||||
tags:
|
||||
- '\d+\.\d+\.\d+-beta\d+'
|
||||
|
||||
jobs:
|
||||
latest:
|
||||
@@ -32,5 +33,8 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: estrellaxd/auto_bangumi:2.6.0-beta2
|
||||
tags: |
|
||||
estrellaxd/auto_bangumi:dev-latest
|
||||
estrellaxd/auto_bangumi:dev-${{ github.sha }}
|
||||
estrellaxd/auto_bangumi:${{ github.ref }}
|
||||
file: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user