mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-22 06:12:21 +03:00
Fix Docker image build workflow: add missing checkout step for consistency
This commit is contained in:
@@ -150,6 +150,9 @@ jobs:
|
|||||||
REGISTRY_OWNER: dark_zoul
|
REGISTRY_OWNER: dark_zoul
|
||||||
IMAGE_NAME: youtube-playlist-downloader
|
IMAGE_NAME: youtube-playlist-downloader
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: https://gitea.com/actions/checkout@v5
|
||||||
|
|
||||||
- name: Extract tag name
|
- name: Extract tag name
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user