mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 12:26:14 -08:00
change docker login to action
This commit is contained in:
parent
db354c0ae0
commit
f14e49bed5
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -13,6 +13,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Docker login
|
- name: Docker login
|
||||||
|
uses: docker/login-action@v1
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
|
password: ${{ secrets.DOCKER_PASS }}
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.DOCKER_PASS }}" | docker login -u ${{ secrets.DOCKER_PASS }} --password-stdin
|
echo "${{ secrets.DOCKER_PASS }}" | docker login -u ${{ secrets.DOCKER_PASS }} --password-stdin
|
||||||
- name: Converge
|
- name: Converge
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user