mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-04 04:53:58 +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
|
||||
IMAGE_NAME: youtube-playlist-downloader
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
|
||||
- name: Extract tag name
|
||||
run: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user