Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit ad35e71

Browse files
authored
ci: Allow manual run of image push to registry workflow (#24)
1 parent 876ce1b commit ad35e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- Build Docker Image
77
types:
88
- completed
9+
workflow_dispatch:
910

1011
jobs:
1112
push-image-on-success:
@@ -33,5 +34,5 @@ jobs:
3334
uses: benjlevesque/short-sha@v1.2
3435
- name: Push Docker Image to Registry
3536
run: |
36-
docker load --import ${{ env.archive }}
37+
docker load --input ${{ env.archive }}
3738
docker push --all-tags ${{ env.image }}

0 commit comments

Comments
 (0)