Skip to content

Release new docker build workflow#48

Merged
djthorpe merged 1 commit into
mainfrom
djt/0611/docker-build
Jun 11, 2026
Merged

Release new docker build workflow#48
djthorpe merged 1 commit into
mainfrom
djt/0611/docker-build

Conversation

@djthorpe

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 11, 2026 10:42
@djthorpe djthorpe merged commit a8ec975 into main Jun 11, 2026
3 checks passed
@djthorpe djthorpe deleted the djt/0611/docker-build branch June 11, 2026 10:43
@github-actions

Copy link
Copy Markdown

Coverage for this change: 65.3%

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the GitHub Actions workflow that builds and publishes the pgmanager Docker images on releases, aligning triggers and build steps with a release-published flow and multi-arch image publishing to GHCR.

Changes:

  • Trigger Docker publishing on release: published instead of release: created.
  • Introduce global env variables for Docker repository/source and reuse them in manifest steps.
  • Update runner selection and action versions (checkout/login), plus tweak build tool installation and checkout settings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +9 to +10
DOCKER_REPO: ghcr.io/${{ github.repository_owner }}/pgmanager
DOCKER_SOURCE: github.com/${{ github.repository }}
Comment on lines +32 to +33
sudo apt -y update
sudo apt -y install build-essential git
Comment on lines 18 to +20
runs-on:
- ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || matrix.arch }}
${{ matrix.arch == 'amd64' && 'ubuntu-24.04' || matrix.arch == 'arm64'
&& 'ubuntu-24.04-arm' }}
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.

2 participants