Commit graph

30 commits

Author SHA1 Message Date
divyansh42
439023eb75 Add changelog for v1.3
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2022-05-04 13:28:07 +05:30
Divyanshu Agrawal
34f135348d
Add auth_file_path input and --verbose flag (#21)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2022-05-04 13:15:40 +05:30
dependabot[bot]
43f863be90
Bump minimist from 1.2.5 to 1.2.6 (#17)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 13:02:18 +05:30
divyansh42
51c64624b9 Update changelog for v1.2
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-12-17 22:09:22 +05:30
John Duimovich
c8d256526d
Merge pull request #16 from divyansh42/fix-docker-issue
Add ability to pull image from docker after login
2021-12-17 11:36:15 -05:00
divyansh42
fc74315ff2 Add ability to pull image from docker after login
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-12-09 11:10:21 +05:30
divyansh42
4c93cb1ea3 Update changelog for v1.1.2
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-10-20 00:22:22 +05:30
Divyanshu Agrawal
63cb3e13a4
Use XDG_RUNTIME_DIR if set for auth file path (#13)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-10-20 00:19:25 +05:30
divyansh42
fc6abaf740 Update changelog for v1.1.1
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-10-08 11:50:43 +05:30
dependabot[bot]
075fa47d3c
Bump ansi-regex from 5.0.0 to 5.0.1 (#10)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 11:46:00 +05:30
なつき
44ca406dd4
Throw an error if required input is missing (#9) 2021-10-08 11:42:22 +05:30
diagrawa
d0c6b3cf9b Install latest podman in workflow
Signed-off-by: diagrawa <agrawaldivyanshu3005@gmail.com>
2021-09-30 14:11:09 -04:00
divyansh42
0fc254dd6e Update changelog for v1.1
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-08-20 19:26:52 +05:30
Divyanshu Agrawal
d968d572fb
Set env var REGISTRY_AUTH_FILE to work with buildah (#6)
* Set env var REGISTRY_AUTH_FILE to work with buildah

Signed-off-by: divyansh42 <diagrawa@redhat.com>

* Add info level message

Signed-off-by: divyansh42 <diagrawa@redhat.com>

* Resolve reviews

Signed-off-by: divyansh42 <diagrawa@redhat.com>

* Reslve reviews

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-08-20 19:19:14 +05:30
dependabot[bot]
4bf4190336
Bump path-parse from 1.0.6 to 1.0.7 (#3)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-17 11:49:54 +05:30
Divyanshu Agrawal
de97fe2e99
Merge pull request #2 from redhat-actions/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-11 10:40:57 +05:30
dependabot[bot]
49c4853eb7
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 05:04:46 +00:00
Tim Etchells
9c147846b9 readme tweak
Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-04-19 09:12:18 -04:00
divyansh42
d57fe01c91 Fix workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-19 18:35:07 +05:30
Tim Etchells
c98aae5db0 Add GH doc link and fix typo
Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-04-19 08:42:54 -04:00
smac89
470f401e89
adding ghcr.io login example (#1)
Add example of logging into github's container registry
2021-04-19 08:39:54 -04:00
divyansh42
22deeeef6a Readme update and action.yml refactor
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-09 13:08:06 +05:30
Tim Etchells
805221f355 Tweak example
Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-04-07 13:01:31 -04:00
Tim Etchells
cd7943cbfb change output a little
Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-04-07 12:58:15 -04:00
Tim Etchells
9c8a5ab6f3 Update readme
Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-04-07 12:55:36 -04:00
divyansh42
54f79a2a8b Add README.md
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-01 14:08:52 +05:30
divyansh42
005af2ac0e Modify action.yml
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-03-31 23:59:17 +05:30
divyansh42
6c4ab503eb Update code
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-03-31 14:44:20 +05:30
divyansh42
1b6468c894 Add example workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-03-31 00:30:40 +05:30
divyansh42
565d575198 First commit 🚀
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-03-30 18:57:12 +05:30