Skip to content

Commit 0f394f1

Browse files
authored
ci: Remove Nexus from workflow tasks (#561)
1 parent 47829bc commit 0f394f1

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/dev_ny-tlc-report.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
image-index-manifest-tag: ${{ env.IMAGE_VERSION }}
4141
container-file: ${{ env.DOCKERFILE_PATH }}
4242

43-
- name: Publish Container Image on docker.stackable.tech
44-
uses: stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
45-
with:
46-
image-registry-uri: docker.stackable.tech
47-
image-registry-username: github
48-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
49-
image-repository: stackable/${{ env.IMAGE_NAME }}
50-
image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
51-
source-image-uri: ${{ steps.build.outputs.image-manifest-uri }}
52-
5343
- name: Publish Container Image on oci.stackable.tech
5444
uses: stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
5545
with:
@@ -70,15 +60,6 @@ jobs:
7060
- name: Checkout Repository
7161
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7262

73-
- name: Publish and Sign Image Index Manifest to docker.stackable.tech
74-
uses: stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
75-
with:
76-
image-registry-uri: docker.stackable.tech
77-
image-registry-username: github
78-
image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
79-
image-repository: stackable/${{ env.IMAGE_NAME }}
80-
image-index-manifest-tag: ${{ env.IMAGE_VERSION }}
81-
8263
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
8364
uses: stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
8465
with:

0 commit comments

Comments
 (0)