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

Fix Docker image loading step: update path to the tar file for correct loading

This commit is contained in:
2025-10-16 23:00:49 +03:00
parent 946e8d3d99
commit 68cf583d5c
+1 -1
View File
@@ -211,7 +211,7 @@ jobs:
- name: Load docker image from tar
run: |
set -e
docker load -i /docker-image/docker-image.tar
docker load -i docker-image/docker-image.tar
- name: Push Docker image with release tag
run: docker push ${{ env.REGISTRY_URL }}/${{ env.REGISTRY_OWNER }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}