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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user