Skip to content

Commit

Permalink
ci: remove deployment on harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 7, 2024
1 parent c42acd5 commit 115c876
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
images: |
thehiveproject/doc-builder
${{ secrets.harbor_registry }}/thehiveproject/doc-builder
tags: |
type=raw,value=latest,enable={{ is_default_branch }}
type=raw,value={{ date 'YYYYMMDD' }}
Expand All @@ -36,13 +35,6 @@ jobs:
username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }}

- name: Login to Harbor
uses: docker/login-action@v2
with:
registry: ${{ secrets.harbor_registry }}
username: ${{ secrets.harbor_username }}
password: ${{ secrets.harbor_password }}

- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 115c876

Please sign in to comment.