Skip to content

Commit 10aba13

Browse files
authored
ci: Remove Nexus from workflow tasks (#84)
1 parent 76aebb1 commit 10aba13

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,6 @@ jobs:
7474
image-index-manifest-tag: dev
7575
container-file: docker/Dockerfile
7676

77-
# - name: Publish Container Image on docker.stackable.tech
78-
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
79-
# uses: stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
80-
# with:
81-
# image-registry-uri: docker.stackable.tech
82-
# image-registry-username: github
83-
# image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
84-
# image-repository: stackable/trino-lb
85-
# image-manifest-tag: ${{ steps.build.outputs.image-manifest-tag }}
86-
# source-image-uri: ${{ steps.build.outputs.image-manifest-uri }}
87-
8877
- name: Publish Container Image on oci.stackable.tech
8978
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
9079
uses: stackabletech/actions/publish-image@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
@@ -108,15 +97,6 @@ jobs:
10897
- name: Checkout Repository
10998
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
11099

111-
# - name: Publish and Sign Image Index Manifest to docker.stackable.tech
112-
# uses: stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
113-
# with:
114-
# image-registry-uri: docker.stackable.tech
115-
# image-registry-username: github
116-
# image-registry-password: ${{ secrets.NEXUS_PASSWORD }}
117-
# image-repository: stackable/trino-lb
118-
# image-index-manifest-tag: dev
119-
120100
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
121101
uses: stackabletech/actions/publish-index-manifest@013e6482fbc0edf2d38cf9220fc931f6a81336fb # v0.0.6
122102
with:

0 commit comments

Comments
 (0)