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:
@@ -16,21 +16,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: https://gitea.com/actions/checkout@v5
|
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
|
- name: Extract tag name
|
||||||
run: |
|
run: |
|
||||||
REF="${GITEA_REF:-$GITHUB_REF}"
|
REF="${GITEA_REF:-$GITHUB_REF}"
|
||||||
|
|||||||
Reference in New Issue
Block a user