mirror of
https://github.com/caprover/caprover
synced 2026-09-26 08:35:39 +00:00
Added login
This commit is contained in:
@@ -18,6 +18,10 @@ jobs:
|
||||
needs: run-pre-checks
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: azure/docker-login@v1
|
||||
with:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build and Push Release to DockerHub
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user