Skip to content

Commit

Permalink
Don't publish to Harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
djjudas21 committed Oct 31, 2022
1 parent a186486 commit 951d5ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ jobs:
# list of Docker images to use as base name for tags
images: |
djjudas21/smtp-relay
registry.apps.gazeley.uk/jgazeley/smtp-relay
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to Harbor
uses: docker/login-action@v1
with:
registry: registry.apps.gazeley.uk
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 951d5ea

Please sign in to comment.