Test Workflow

This commit is contained in:
YuCat 2024-05-05 18:51:10 +08:00
parent cb1f0d7dd1
commit 0c75f9bcda

View File

@ -7,9 +7,9 @@ on:
- "main" - "main"
- "develop" - "develop"
paths-ignore: paths-ignore:
- ".github/**"
- "docs/**" - "docs/**"
- "**.md" - "**.md"
env: env:
BUILD_TAG: baidunetdisk-docker:test BUILD_TAG: baidunetdisk-docker:test
@ -41,7 +41,7 @@ jobs:
uses: docker/bake-action@v4 uses: docker/bake-action@v4
with: with:
targets: ${{ steps.set-vars.outputs.TARGET }} targets: ${{ steps.set-vars.outputs.TARGET }}
env: env:
TAG: ${{ env.BUILD_TAG }} TAG: ${{ env.BUILD_TAG }}
- name: Test - name: Test