Skip to content

Commit 3837432

Browse files
committed
chore: Merge branch 'main' into ci/reusable-workflow
2 parents 1442e86 + 6b017cb commit 3837432

File tree

3 files changed

+6
-241
lines changed

3 files changed

+6
-241
lines changed

.github/workflows/mirror.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ jobs:
5555
run: |
5656
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
5757
58-
- name: Publish Container Image on docker.stackable.tech
59-
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
60-
with:
61-
image-registry-uri: docker.stackable.tech
62-
image-registry-username: github
63-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
64-
image-repository: ${{ format('k8s/{0}', env.IMAGE_REPOSITORY) }}
65-
image-manifest-tag: ${{ format('{0}-{1}', inputs.image-index-manifest-tag, matrix.arch) }}
66-
source-image-uri: ${{ format('{0}:{1}', inputs.image-repository-uri, inputs.image-index-manifest-tag) }}
67-
6858
- name: Publish Container Image on oci.stackable.tech
6959
uses: stackabletech/actions/publish-image@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
7060
with:
@@ -92,15 +82,6 @@ jobs:
9282
run: |
9383
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
9484
95-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
96-
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
97-
with:
98-
image-registry-uri: docker.stackable.tech
99-
image-registry-username: github
100-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
101-
image-repository: ${{ format('k8s/{0}', env.IMAGE_REPOSITORY) }}
102-
image-index-manifest-tag: ${{ inputs.image-index-manifest-tag }}
103-
10485
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
10586
uses: stackabletech/actions/publish-index-manifest@320eae677555385b3d40e1c3a81d9263b72742e4 # 0.6.0
10687
with:

.github/workflows/release.yml

Lines changed: 0 additions & 222 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ All notable changes to this project will be documented in this file.
5252
- zookeeper: reduce docker image size by removing the recursive chown/chmods in the final image ([#1043]).
5353
- Fixed two hardcoded username references ([#1052]).
5454

55+
### Removed
56+
57+
- ci: Remove Nexus steps from build, mirror and release workflows ([#1056]).
58+
Also remove the old release workflow.
59+
5560
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
5661
[#1027]: https://github.com/stackabletech/docker-images/pull/1027
5762
[#1028]: https://github.com/stackabletech/docker-images/pull/1028
@@ -69,6 +74,7 @@ All notable changes to this project will be documented in this file.
6974
[#1053]: https://github.com/stackabletech/docker-images/pull/1053
7075
[#1054]: https://github.com/stackabletech/docker-images/pull/1054
7176
[#1055]: https://github.com/stackabletech/docker-images/pull/1055
77+
[#1056]: https://github.com/stackabletech/docker-images/pull/1056
7278

7379
## [25.3.0] - 2025-03-21
7480

0 commit comments

Comments
 (0)