mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-25 22:31:37 +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
|
||||
|
||||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
||||
tags: |
|
||||
estrellaxd/auto_bangumi:latest
|
||||
estrellaxd/auto_bangumi:${{ github.sha }}
|
||||
estrellaxd/auto_bangumi:${{ github.ref }}
|
||||
estrellaxd/auto_bangumi:${{ github.ref_name }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user