Commit Graph

32 Commits

Author SHA1 Message Date
David Daly 4cdee1e5e8 fix ghes condition 2024-01-30 17:24:32 +00:00
David Daly 3c0615c0b0 Merge pull request #60 from immutable-actions/ddivad195/misc-cleanup
remove path input
2024-01-30 15:41:34 +00:00
David Daly baee642dcc only run if environment is not ghes 2024-01-30 14:02:59 +00:00
David Daly 55d1a91db3 remove permissions from action.yml 2024-01-30 12:46:29 +00:00
ddivad195 5fc6c86976 remove path input param 2024-01-30 11:04:39 +00:00
Conor Sloan b6419ce067 Tying up loose ends (#54)
* various qol updates to publish action

* review comments and run bundle
2024-01-29 15:31:00 -05:00
David Daly ea0d6338c1 add missing permissions to workflow 2024-01-29 16:25:15 +00:00
David Daly 3de30988eb fix indentation (again) 2024-01-29 15:03:42 +00:00
David Daly b79d3edb6f fix indentation 2024-01-29 14:56:41 +00:00
David Daly af4e6c17e2 re-enable generate-build-provenance step 2024-01-29 14:54:24 +00:00
boxofyellow 4e9f7acdee fix outputs 2024-01-26 16:29:43 -05:00
boxofyellow 332b90e4be Disable attestations 2024-01-26 14:59:41 -05:00
boxofyellow 5b27b9838a make sure to populate outputs of the composite action 2024-01-26 14:49:48 -05:00
David Daly 20f2765392 cleanup action steps 2024-01-26 16:55:53 +00:00
boxofyellow 9189d9269d Remove the problematic test for really-realls 2024-01-26 16:34:43 +00:00
Edwin Sirko 983c5e7554 v0.0.67: revert that stuff 2024-01-26 16:34:40 +00:00
Edwin Sirko 7269b88cd7 v0.0.66: testing something dumb 2024-01-26 16:34:39 +00:00
Edwin Sirko be346d67f7 v0.0.65: documentation update 2024-01-26 16:34:39 +00:00
Edwin Sirko 2016180627 v0.0.64: got rid of registry input 2024-01-26 16:34:39 +00:00
Edwin Sirko 61a702939a v0.0.63: fixed sed 2024-01-26 16:34:39 +00:00
Edwin Sirko 94d1a57d98 v0.0.62: created generate-new-version.sh 2024-01-26 16:34:39 +00:00
Edwin Sirko 624fc6877e v0.0.61: fixed version 2024-01-26 16:34:39 +00:00
Edwin Sirko d5e6f39e19 v0.0.59: try this 2024-01-26 16:34:39 +00:00
Edwin Sirko 5d36b1908c v0.0.58: try this 2024-01-26 16:34:38 +00:00
Edwin Sirko 475c9db7d7 v0.0.57: this probably won't work 2024-01-26 16:34:38 +00:00
Edwin Sirko 86588e3791 v0.0.56: style 2024-01-26 16:34:38 +00:00
Edwin Sirko 995b9bd0a1 v0.0.55: get rid of an extraneous await 2024-01-26 16:34:38 +00:00
Edwin Sirko 120663b080 v0.0.53 2024-01-26 16:34:38 +00:00
Edwin Sirko 9853dad78c v0.0.53: attempted fix 2024-01-26 16:34:38 +00:00
Edwin Sirko bb84d03b7e v0.0.52: fetch CR URL 2024-01-26 16:34:37 +00:00
David Daly 79314de299 Refactor into a composite action and integrate with generate-build-provenance action
- Refactor the action from a 'node' action to a 'composite' action
- Create and output a sha256 hash of the image manifest
- Update action inputs & outputs
- Integrate with the 'generate-build-provenance' action as part of the composite action
2024-01-26 16:34:37 +00:00
Conor Sloan 8f0926c56a initial mvp version 2023-11-17 20:04:42 +00:00