Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Do not push to container registry for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinrany committed Mar 24, 2021
1 parent 0a259fb commit c2fb6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/persistence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- uses: ./.github/actions/build-image
with:
service-name: persistence
push: true
push: false
registry: ${{ secrets.CONTAINER_REGISTRY_URL }}
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- uses: ./.github/actions/build-image
with:
service-name: worker
push: true
push: false
registry: ${{ secrets.CONTAINER_REGISTRY_URL }}
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

0 comments on commit c2fb6a2

Please sign in to comment.