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

Add docker release to the full release process for final releases #758

Merged
merged 24 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
04205d5
add docker release to release pipeline
mikealfare Apr 5, 2024
23772b2
changelog
mikealfare Apr 5, 2024
34e4157
changelog
mikealfare Apr 5, 2024
d183cf0
add docker to dependabot
mikealfare Apr 10, 2024
dced9c5
Merge branch 'refs/heads/main' into config/docker-release
mikealfare Apr 13, 2024
b4b3f01
update to align with other adapters
mikealfare Apr 13, 2024
7b31d7d
update build arg in test
mikealfare Apr 13, 2024
922c2af
removed defaulted input for docker package
mikealfare Apr 15, 2024
a9c4bdb
point back to main
mikealfare Apr 15, 2024
b380cf3
remove changie entry
mikealfare Apr 15, 2024
9aa1be9
fix repo reference
mikealfare Apr 16, 2024
44e48b1
add permissions for nightly test release
emmyoop Apr 17, 2024
da5acc5
account for draft releases not havign docker, allow docker only release
emmyoop Apr 17, 2024
6fa0405
Merge branch 'main' into config/docker-release
mikealfare Apr 24, 2024
184fab9
Update docker/Dockerfile
mikealfare Apr 26, 2024
d173e88
Merge branch 'main' into config/docker-release
mikealfare Apr 26, 2024
0145ba5
simplify test script
mikealfare Apr 28, 2024
fe53765
Merge branch 'main' into config/docker-release
mikealfare May 6, 2024
6dc1174
Merge branch 'main' into config/docker-release
mikealfare May 13, 2024
86f04db
Merge branch 'main' into config/docker-release
mikealfare May 13, 2024
c3d988d
Merge branch 'main' into config/docker-release
mikealfare May 14, 2024
6dbdbac
pull release-prep into this repo to install aws cli, use env vars, an…
mikealfare May 14, 2024
6822cce
Merge branch 'main' into config/docker-release
mikealfare May 20, 2024
f485f8f
remove unused script
mikealfare May 20, 2024
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
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ updates:
schedule:
interval: "weekly"
rebase-strategy: "disabled"
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
1 change: 1 addition & 0 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:

permissions:
contents: write # this is the permission that allows creating a new release
packages: write # this is the permission that allows Docker release

defaults:
run:
Expand Down
Loading
Loading