Skip to content

Commit

Permalink
ci: use mesosphere registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Feb 23, 2023
1 parent c1091c4 commit 95e594f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
go-version: '^1.19'
- name: generate release artifacts
run: |
export REGISTRY=docker.io/mesosphere
export PROD_REGISTRY=$REGISTRY
export STAGING_REGISTRY=$REGISTRY
export TAG=${{ env.RELEASE_TAG }}
make release
- name: generate release notes
run: |
Expand All @@ -45,6 +49,7 @@ jobs:
run: |
export REGISTRY=docker.io/mesosphere
export PROD_REGISTRY=$REGISTRY
export STAGING_REGISTRY=$REGISTRY
export TAG=${{ env.RELEASE_TAG }}
make ALL_ARCH="amd64 arm64" docker-build-all
make ALL_ARCH="amd64 arm64" docker-push-all

0 comments on commit 95e594f

Please sign in to comment.