1
0
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:
2025-10-16 22:18:03 +03:00
parent 637989eb9f
commit 85f3ea528e
+3
View File
@@ -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