added ghcr login to deploy step
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Failing after 6s
Build and Deploy Backend / Build (Frontend Web) (push) Failing after 4s
Build and Deploy Backend / Build (Backend) (push) Has been skipped
Build and Deploy Backend / Build Native Android App (EAS) (push) Failing after 4s
Build and Deploy Backend / Deploy to Host (push) Has been skipped
Some checks failed
Build and Deploy Backend / Run Linters and Tests (Backend) (push) Failing after 6s
Build and Deploy Backend / Build (Frontend Web) (push) Failing after 4s
Build and Deploy Backend / Build (Backend) (push) Has been skipped
Build and Deploy Backend / Build Native Android App (EAS) (push) Failing after 4s
Build and Deploy Backend / Deploy to Host (push) Has been skipped
This commit is contained in:
@@ -208,6 +208,13 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Deploy Locally
|
||||
env:
|
||||
DB_HOST: ${{ vars.DB_HOST }}
|
||||
|
||||
Reference in New Issue
Block a user