fix action

This commit is contained in:
Darren 2023-12-15 10:15:49 +08:00 committed by GitHub
parent f46427664f
commit 05d90b1785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,6 @@ jobs:
fetch-depth: 2
- name: Prepare tags and files for Docker build
id: convert_version
run: |
APP=${{ matrix.app }}
TAG=$(grep 'LABEL version' "docker/$APP/Dockerfile" | cut -d'"' -f2 | xargs)
@ -120,7 +119,7 @@ jobs:
uses: LanceMcCarthy/Action-AzureBlobUpload@v2
with:
connection_string: ${{ secrets.AZURE_STORAGE_ARTIFACT }}
container_name: ${{ steps.convert_version.outputs.CHANNEL }}
container_name: ${{ env.CHANNEL }}
source_folder: media/
destination_folder: ./websoft9/plugin/media
delete_if_exists: true