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

Fix release workflow: add checkout step to build docker image as latest

This commit is contained in:
2025-10-16 23:07:21 +03:00
parent 68cf583d5c
commit 099d4d9740
+3
View File
@@ -192,6 +192,9 @@ jobs:
REGISTRY_OWNER: dark_zoul
IMAGE_NAME: youtube-playlist-downloader
steps:
- name: Checkout code
uses: https://gitea.com/actions/checkout@v5
- name: Download all artifacts
uses: christopherhx/gitea-download-artifact@v4