1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Remove linux-zip artifact download and unpack steps from Docker build workflow

This commit is contained in:
2025-10-15 13:17:52 +03:00
parent 73f8d79c9e
commit 983a876549
-15
View File
@@ -16,21 +16,6 @@ jobs:
- name: Checkout code
uses: https://gitea.com/actions/checkout@v5
- name: Download linux-zip artifact
uses: christopherhx/gitea-download-artifact@v4
with:
name: linux-zip
path: ./artifact
- name: Unpack linux-zip artifact
run: |
unzip ./artifact/*.zip -d ./docker-src
- name: Copy Dockerfile to build context
run: cp Dockerfile ./docker-src/
- name: Extract tag name
run: |
REF="${GITEA_REF:-$GITHUB_REF}"