Skip to content

Commit

Permalink
Ensure public repository works
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcummings committed Apr 26, 2024
1 parent f2fdefd commit 0f59fab
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ 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: 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: ci
secrets: inherit
# secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: ${{ inputs.version }}
secrets: inherit
# secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: lts
secrets: inherit
# secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/previous-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/base.yml
with:
docker-tag: previous-lts
secrets: inherit
# secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
services:
esdb:
image: docker.eventstore.com/eventstore-ce/eventstoredb-ce:lts
credentials:
username: ${{ secrets.CLOUDSMITH_CICD_USER }}
password: ${{ secrets.CLOUDSMITH_CICD_TOKEN }}
# 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 0f59fab

Please sign in to comment.