forked from kciter/aws-ecr-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds support to load docker image from tar (#1)
* add tar image support * update user to argonautdev * add tag to last image * fix: syntax error * fix: run main * fix: trigger correct function * echo docker_image_path * fix: missing input flag * copy docker image to docker instance * copy tmp folder * test: ls all dirs * show tags and last image id * rm: let docker build action manage tags * refactor: remove unused code * docs: update readme * change to argonautdev * docs: pass docker image as tar example
- Loading branch information
1 parent
2c61e60
commit 77b30d7
Showing
4 changed files
with
116 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters