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

add Docker image artifact upload step

This commit is contained in:
2025-10-16 22:36:46 +03:00
parent 341f7a7eae
commit 3c8b5aad0b
+6 -1
View File
@@ -176,7 +176,12 @@ jobs:
- name: Save Docker image as tar
run: |
docker save -o docker-image.tar ${{ env.REGISTRY_URL }}/${{ env.REGISTRY_OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
- name: Upload docker-image artifact
uses: christopherhx/gitea-upload-artifact@v4
with:
name: docker-image
path: docker-image.tar
release: