Skip to content

Adds Release and Nightly github-action - #82

Merged
JacksonTheMaster merged 2 commits into
nightlyfrom
feat-release-and-nightly-github-action
Sep 17, 2025
Merged

Adds Release and Nightly github-action#82
JacksonTheMaster merged 2 commits into
nightlyfrom
feat-release-and-nightly-github-action

Conversation

@1Solon

@1Solon 1Solon commented Sep 16, 2025

Copy link
Copy Markdown
Contributor

What it says on the tin, builds containers on-push to nightly and on-release to x.x.x and latest

Release triggers on:

on:
  push:
    tags: ["v*"]

It'll create containers tagged as stationeersserverui:latest and stationeersserverui:x.x.x

Nightly triggers on:

on:
  push:
    branches: ["nightly"]

It'll create containers tagged as stationeersserverui:nightly.

Changes

  • Adds release and nightly github actions to build docker images
  • Removes old dockerhub build

@1Solon
1Solon requested review from JacksonTheMaster and Copilot and removed request for Copilot September 16, 2025 17:04
@1Solon 1Solon self-assigned this Sep 16, 2025
@1Solon 1Solon added the enhancement New feature or request label Sep 16, 2025
@1Solon 1Solon changed the title Feat-release-and-nightly-github-action Adds Release and Nightly github-action Sep 16, 2025

@JacksonTheMaster JacksonTheMaster left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes viewed and approved! Awesome work!

@JacksonTheMaster
JacksonTheMaster merged commit aa0350e into nightly Sep 17, 2025
1 check passed
Comment thread .github/workflows/ghcr-build-release.yaml
@JacksonTheMaster
JacksonTheMaster deleted the feat-release-and-nightly-github-action branch September 18, 2025 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants