Skip to content

Commit bd3e1a7

Browse files
authored
Merge pull request #9 from bbrowning/update-container-image-name
Update container image name to paude-proxy-go-centos10
2 parents 8f33615 + 12e264f commit bd3e1a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
VERSION: ${{ steps.version.outputs.version }}
106106
IS_PRERELEASE: ${{ steps.prerelease.outputs.is_prerelease }}
107107
run: |
108-
IMAGE=quay.io/bbrowning/paude-proxy
108+
IMAGE=quay.io/bbrowning/paude-proxy-go-centos10
109109
FULL="${IMAGE}:${VERSION}"
110110
111111
podman manifest create "${FULL}"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The [release workflow](.github/workflows/release.yml) will:
4242

4343
1. Lint and run all tests
4444
2. Build binaries for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
45-
3. Build and push multi-arch container images to `quay.io/bbrowning/paude-proxy`
45+
3. Build and push multi-arch container images to `quay.io/bbrowning/paude-proxy-go-centos10`
4646
4. Create a GitHub Release with auto-generated notes and the binaries attached
4747

4848
**Stable vs pre-release:** Tags matching `vX.Y.Z` exactly (e.g. `v1.2.3`) are treated as stable releases and update the `latest` container tag. Anything else (e.g. `v1.2.3-rc1`) is marked as a pre-release and does not update `latest`.

0 commit comments

Comments
 (0)