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

Init workflow for 52n build pipeline #739

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

ridoo
Copy link
Member

@ridoo ridoo commented Oct 30, 2023

No description provided.

Add docker container registry workflow

Update meta tags in workflow

Add version tag 4.1

Add further images to build

Fix geoserver's context path

Add tags for mayor, minor, and bugfix version

BUmp to 4.1.x (GeoNode#11371)

Update geonode version to 4.1.2

Clean up versions metadata

Push core images to dedicated repos

Push geonode image to 52north/geonode

Upload a dockerhub description

Update dockerhub description workflow config

Update 52n readme

Fix image repository config

Fix workflow name

Link to 52n fork on github

Add a note to version 3 tags

Add a note to version 3 tags

Update dockerhub readme

Do not use commit SHA for labels

Separates 4.1.x and a release builds

Cancel running builds

Trigger release build on tag having -52n suffix

Fix dockerhub secret refs

Failing action tested successfully

Adds release build jobs for nginx and geoserver

Add missing image tags in meta step

Build latest from master

Remove path exclusions

Rename workflow build

Rename workflow file

Release are built from dedicated branches
@ridoo ridoo self-assigned this Oct 30, 2023
@ridoo ridoo merged commit a983c8d into 52n-master Oct 30, 2023
1 check passed
@github-actions
Copy link

The backport to 4.2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.2.x 4.2.x
# Navigate to the new working tree
cd .worktrees/backport-4.2.x
# Create a new branch
git switch --create backport-739-to-4.2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a983c8da8f05f1738a47573b861fc8e7717de4a0
# Push it to GitHub
git push --set-upstream origin backport-739-to-4.2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.2.x

Then, create a pull request where the base branch is 4.2.x and the compare/head branch is backport-739-to-4.2.x.

@github-actions
Copy link

The backport to 52n-4.2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-52n-4.2.x 52n-4.2.x
# Navigate to the new working tree
cd .worktrees/backport-52n-4.2.x
# Create a new branch
git switch --create backport-739-to-52n-4.2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a983c8da8f05f1738a47573b861fc8e7717de4a0
# Push it to GitHub
git push --set-upstream origin backport-739-to-52n-4.2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-52n-4.2.x

Then, create a pull request where the base branch is 52n-4.2.x and the compare/head branch is backport-739-to-52n-4.2.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant