Skip to content

Commit

Permalink
No longer necessary to authenticate against the Cloudsmith registry
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcummings committed Apr 26, 2024
1 parent f2fdefd commit 748efc6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
run: |
git fetch --prune --unshallow
- name: Login to Cloudsmith
uses: docker/login-action@v3
with:
registry: docker.eventstore.com
username: ${{ secrets.CLOUDSMITH_CICD_USER }}
password: ${{ secrets.CLOUDSMITH_CICD_TOKEN }}

- name: Pull EventStore Image
shell: bash
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: ci
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: ${{ inputs.version }}
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: lts
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/previous-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: previous-lts
secrets: inherit
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
services:
esdb:
image: docker.eventstore.com/eventstore-ce/eventstoredb-ce:lts
credentials:
username: ${{ secrets.CLOUDSMITH_CICD_USER }}
password: ${{ secrets.CLOUDSMITH_CICD_TOKEN }}
env:
EVENTSTORE_INSECURE: true
EVENTSTORE_MEM_DB: false
Expand Down

0 comments on commit 748efc6

Please sign in to comment.