Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: container registry #777

Merged
merged 59 commits into from
Mar 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
496c511
chore: try using built image
kanadgupta Mar 4, 2023
3caf800
chore: temporarily try pointing to previous commit
kanadgupta Mar 4, 2023
99dc555
chore: try pointing to v8
kanadgupta Mar 4, 2023
b5b83fb
chore: try running this
kanadgupta Mar 6, 2023
8913533
fix: whoops update refs
kanadgupta Mar 7, 2023
3dc156b
chore: log this
kanadgupta Mar 7, 2023
1c33428
chore: try building
kanadgupta Mar 7, 2023
d71018e
chore: try adding tag info
kanadgupta Mar 7, 2023
7d74cc1
feat: some versioning mess-around
kanadgupta Mar 7, 2023
e6b5092
revert: restore dry run pointers
kanadgupta Mar 7, 2023
714eaf2
fix: bring back install step, move stuff to the bottom
kanadgupta Mar 7, 2023
22b2e9b
chore: remove useless logging step
kanadgupta Mar 7, 2023
1162e85
Merge branch 'next' into container-registry-v2
kanadgupta Mar 7, 2023
1a952bd
chore: what happens if i do this?
kanadgupta Mar 7, 2023
125ddec
chore: use proper tag
kanadgupta Mar 7, 2023
e97f062
feat: add logic to update action.yml
kanadgupta Mar 7, 2023
9971098
chore: bring back semantic-release
kanadgupta Mar 7, 2023
6edaeb5
revert: don't use set-version-output file
kanadgupta Mar 7, 2023
45ebba0
fix: oops
kanadgupta Mar 7, 2023
ff8bb54
chore: try pushing and seeing what happens
kanadgupta Mar 7, 2023
8ca6545
Revert "chore: try pushing and seeing what happens"
kanadgupta Mar 7, 2023
75438cd
revert: bring back branch protections
kanadgupta Mar 7, 2023
e20f17f
chore(temp): does it publish properly
kanadgupta Mar 7, 2023
ed79ea8
revert: revert but also remove permissions obj
kanadgupta Mar 7, 2023
ce56860
chore: add comment
kanadgupta Mar 7, 2023
8881d42
chore: i don't think we need this
kanadgupta Mar 7, 2023
54627b6
chore: sigh ok try this again
kanadgupta Mar 7, 2023
0d06366
Revert "chore: sigh ok try this again"
kanadgupta Mar 7, 2023
c690946
fix: add action.yml to files we commit
kanadgupta Mar 7, 2023
d67e7e6
chore: see if this builds image properly
kanadgupta Mar 7, 2023
f57d8cc
chore: add comment, update another workflow
kanadgupta Mar 7, 2023
d396f5e
fix: new approach to obtaining next version
kanadgupta Mar 7, 2023
76df7b0
chore: see if this works
kanadgupta Mar 7, 2023
c9c4f1f
chore: sigh
kanadgupta Mar 7, 2023
f968a7c
chore: add comments, rearrange
kanadgupta Mar 7, 2023
e9fc133
revert: remove docker -v
kanadgupta Mar 7, 2023
9eb2014
chore: temporarily run semantic-release on this branch
kanadgupta Mar 7, 2023
ff209e1
fix: add back npm token
kanadgupta Mar 7, 2023
44a3e09
fix: add verification for docker and gh CLIs
kanadgupta Mar 7, 2023
32f2fd7
fix: typo
kanadgupta Mar 7, 2023
f58afeb
chore: temporarily break it to see what happens
kanadgupta Mar 7, 2023
091ea70
Revert "chore: temporarily break it to see what happens"
kanadgupta Mar 7, 2023
e12ebad
chore: clearer error message
kanadgupta Mar 7, 2023
1fc07c8
Merge branch 'next' into container-registry-v2
kanadgupta Mar 21, 2023
a344db5
refactor: don't use CLI arg
kanadgupta Mar 21, 2023
064e935
chore: remove unnecessary quotes
kanadgupta Mar 21, 2023
088ebcb
chore: bump
kanadgupta Mar 22, 2023
4cb7e68
feat: add docker scripts
kanadgupta Mar 22, 2023
da2b0b1
chore: remove build step
kanadgupta Mar 22, 2023
12805d2
revert: restore original semantic release branches
kanadgupta Mar 22, 2023
4973552
chore: temporarily point to previous commit
kanadgupta Mar 22, 2023
4491dc5
Revert "chore: temporarily point to previous commit"
kanadgupta Mar 22, 2023
30bf0dc
chore: oops
kanadgupta Mar 22, 2023
a89024d
refactor: consolidate build + push
kanadgupta Mar 22, 2023
3b153c8
chore: more error handling
kanadgupta Mar 22, 2023
52d80d4
fix: pin `pkg` version
kanadgupta Mar 23, 2023
1b07bb7
refactor: use `execFile` instead
kanadgupta Mar 23, 2023
6b5c0c4
chore: add links to JSON metadata example
kanadgupta Mar 23, 2023
a9f14e4
chore: fix up console statements
kanadgupta Mar 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: temporarily point to previous commit
kanadgupta committed Mar 22, 2023

Verified

This commit was signed with the committer’s verified signature.
kanadgupta Kanad Gupta
commit 4973552d61db2cc9f9b2f9431f3f97d58286e06e
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ jobs:
# First we're going to perform a dry run of syncing process.
# We do this on every push to ensure that an actual sync will work properly
- name: Sync docs to ReadMe (dry run)
uses: ./
uses: readmeio/rdme@088ebcbea6beeb0813fe54c018b2c5729a4ad9fb
with:
rdme: docs ./documentation --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ vars.README_DEVELOPERS_MAIN_VERSION }} --dryRun