Skip to content

Publish Elements 23.3.3 image via version bump in release workflow#15

Merged
tiero merged 2 commits into
masterfrom
copilot/publish-elements-23-3-3
May 20, 2026
Merged

Publish Elements 23.3.3 image via version bump in release workflow#15
tiero merged 2 commits into
masterfrom
copilot/publish-elements-23-3-3

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

Umbrel is ready to consume ghcr.io/vulpemventures/elements:23.3.3, but this repository was still configured to publish 23.3.0. This PR updates the repository’s release bump files so pushes to master publish the 23.3.3 tag.

  • Release artifact version bump

    • Added a new versioned Docker context at 23.3.3/ by copying the current latest definition.
    • Updated the Dockerfile build arg to pull Elements Core 23.3.3.
    # 23.3.3/Dockerfile
    ARG VERSION=23.3.3
  • Workflow publish target update

    • Updated .github/workflows/docker-publish.yml environment version from 23.3.0 to 23.3.3.
    • Keeps existing publish behavior (latest + $VERSION) unchanged while moving the versioned tag forward.
    env:
      IMAGE_NAME: elements
      VERSION: "23.3.3"

Copilot AI linked an issue May 20, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add Elements 23.3.3 image Publish Elements 23.3.3 image via version bump in release workflow May 20, 2026
Copilot finished work on behalf of tiero May 20, 2026 07:31
Copilot AI requested a review from tiero May 20, 2026 07:31
@tiero tiero marked this pull request as ready for review May 20, 2026 07:34
@tiero
Copy link
Copy Markdown
Member

tiero commented May 20, 2026

@copilot solve conflicts

@tiero tiero merged commit 12f812b into master May 20, 2026
2 of 3 checks passed
Copilot stopped work on behalf of tiero due to an error May 20, 2026 07:34
Copilot AI requested a review from tiero May 20, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Elements 23.3.3 image?

2 participants