Skip to content

Commit

Permalink
XENFRED-4897 Remove hub.xenit.eu credentials and add private.docker.x…
Browse files Browse the repository at this point in the history
…enit.eu
  • Loading branch information
thijslemmens committed Sep 15, 2023
1 parent 9314563 commit 6680c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Login to Docker
- name: Login to CloudSmith
uses: docker/login-action@v2
with:
registry: hub.xenit.eu
username: ${{ secrets.XENIT_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.XENIT_DOCKER_REGISTRY_PASSWORD }}
registry: private.docker.xenit.eu
username: ${{ secrets.CLOUDSMITH_USER }}
password: ${{ secrets.CLOUDSMITH_APIKEY }}
- name: Build websites
run: |
[ -e "pandoc.deb" ] || curl -L https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb -o pandoc.deb
Expand Down

0 comments on commit 6680c4a

Please sign in to comment.