fix
This commit is contained in:
parent
ecfc1a2df7
commit
6f2a764af0
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-docker@v2
|
||||
|
||||
- name: Log in to Docker registry
|
||||
run: echo "${{ secrets.registry_password }}" | docker login -u "${{ secrets.registry_user }}" --password-stdin git.hydrar.de
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue