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

Commit 6b93fed

Browse files
authored
Merge pull request #3 from rcknr/input-fix
Fix input name
2 parents b8dbafd + a732446 commit 6b93fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ runs:
3636

3737
- name: Commit and push Docker image
3838
run: |
39-
docker commit ${{ inputs.docker-container-name }} ${{ inputs.docker-container-tag }}
40-
docker push ${{ inputs.docker-container-tag }}
39+
docker commit ${{ inputs.docker-container-name }} ${{ inputs.docker-image-tag }}
40+
docker push ${{ inputs.docker-image-tag }}
4141
shell: bash

0 commit comments

Comments
 (0)