mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-03 08:19:53 +08:00
Fix GitHub action
This commit is contained in:
4
.github/workflows/dev-latest.yml
vendored
4
.github/workflows/dev-latest.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Create Version info
|
||||
working-directory: ./src
|
||||
run: |
|
||||
echo "VERSION = '2.6.0-beta'" > module/__version__.py
|
||||
echo "VERSION = '$GITHUB_REF_NAME'" > module/__version__.py
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
@@ -36,5 +36,5 @@ jobs:
|
||||
tags: |
|
||||
estrellaxd/auto_bangumi:dev-latest
|
||||
estrellaxd/auto_bangumi:dev-${{ github.sha }}
|
||||
estrellaxd/auto_bangumi:${{ github.ref }}
|
||||
estrellaxd/auto_bangumi:${{ github.ref_name }}
|
||||
file: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user