Update github action

This commit is contained in:
EstrellaXD
2023-03-15 10:47:25 +08:00
parent 2c26ce6f14
commit cdac58dd14
2 changed files with 18 additions and 14 deletions

View File

@@ -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