Skip to content

Commit

Permalink
Remove releasing to hsdp registry
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Nov 5, 2021
1 parent 77fb0ea commit b23c09f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
echo "${{ secrets.DOCKERHUB_PASSWORD }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
echo "${{ secrets.HSDP_DOCKER_REGISTRY_PASSWD }}" | docker login ${{ secrets.HSDP_DOCKER_REGISTRY }} -u ${{ secrets.HSDP_DOCKER_REGISTRY_USER }} --password-stdin
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Release ${{ (!startsWith(github.ref, 'refs/tags/') && 'snapshot') || '' }}
Expand All @@ -176,7 +175,6 @@ jobs:
if: ${{ always() }}
run: |
docker logout
docker logout ${{ secrets.HSDP_DOCKER_REGISTRY }}
docker logout ghcr.io
provenance:
Expand Down
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ dockers:
- "philipssoftware/{{ .ProjectName }}:v{{ .Major }}"
- "philipssoftware/{{ .ProjectName }}:v{{ .Major }}.{{ .Minor }}"
- "philipssoftware/{{ .ProjectName }}:latest"
- "docker.eu1.hsdp.io/dctna/{{ .ProjectName }}:{{ .Tag }}"
- "docker.eu1.hsdp.io/dctna/{{ .ProjectName }}:v{{ .Major }}"
- "docker.eu1.hsdp.io/dctna/{{ .ProjectName }}:v{{ .Major }}.{{ .Minor }}"
- "docker.eu1.hsdp.io/dctna/{{ .ProjectName }}:latest"
- "ghcr.io/philips-labs/{{ .ProjectName }}:{{ .Tag }}"
- "ghcr.io/philips-labs/{{ .ProjectName }}:v{{ .Major }}"
- "ghcr.io/philips-labs/{{ .ProjectName }}:v{{ .Major }}.{{ .Minor }}"
Expand Down
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ docker-publish-web: ## publishes the image to the hsdp registry
docker tag philipssoftware/dctna-web:latest philipssoftware/dctna-web:$(VERSION)
docker tag philipssoftware/dctna-web:latest philipssoftware/dctna-web:$(MAJOR).$(MINOR)
docker tag philipssoftware/dctna-web:latest philipssoftware/dctna-web:$(MAJOR)
docker tag philipssoftware/dctna-web:latest docker.eu1.hsdp.io/dctna/dctna-web:latest
docker tag philipssoftware/dctna-web:latest docker.eu1.hsdp.io/dctna/dctna-web:$(VERSION)
docker tag philipssoftware/dctna-web:latest docker.eu1.hsdp.io/dctna/dctna-web:$(MAJOR).$(MINOR)
docker tag philipssoftware/dctna-web:latest docker.eu1.hsdp.io/dctna/dctna-web:$(MAJOR)
docker tag philipssoftware/dctna-web:latest ghcr.io/philips-labs/dctna-web:latest
docker tag philipssoftware/dctna-web:latest ghcr.io/philips-labs/dctna-web:$(VERSION)
docker tag philipssoftware/dctna-web:latest ghcr.io/philips-labs/dctna-web:$(MAJOR).$(MINOR)
Expand All @@ -178,10 +174,6 @@ docker-publish-web: ## publishes the image to the hsdp registry
docker push philipssoftware/dctna-web:$(VERSION)
docker push philipssoftware/dctna-web:$(MAJOR).$(MINOR)
docker push philipssoftware/dctna-web:$(MAJOR)
docker push docker.eu1.hsdp.io/dctna/dctna-web:latest
docker push docker.eu1.hsdp.io/dctna/dctna-web:$(VERSION)
docker push docker.eu1.hsdp.io/dctna/dctna-web:$(MAJOR).$(MINOR)
docker push docker.eu1.hsdp.io/dctna/dctna-web:$(MAJOR)
docker push ghcr.io/philips-labs/dctna-web:latest
docker push ghcr.io/philips-labs/dctna-web:$(VERSION)
docker push ghcr.io/philips-labs/dctna-web:$(MAJOR).$(MINOR)
Expand Down

0 comments on commit b23c09f

Please sign in to comment.