mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-02-15 12:24:05 +00:00
Check server login
This commit is contained in:
6
.github/workflows/build-server.yml
vendored
6
.github/workflows/build-server.yml
vendored
@@ -20,12 +20,14 @@ jobs:
|
||||
-
|
||||
name: Available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
-
|
||||
name: Show credentials
|
||||
run: echo ${{ secrets.DOCKER_USERNAME }}
|
||||
echo ${{ secrets.DOCKER_PASSWORD }}
|
||||
-
|
||||
name: Login to DockerHub
|
||||
if: success() && github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v1
|
||||
run: echo ${{ secrets.DOCKER_USERNAME }}
|
||||
run: echo ${{ secrets.DOCKER_PASSWORD }}
|
||||
with:
|
||||
username: ${ secrets.DOCKER_USERNAME }}
|
||||
password: ${ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
Reference in New Issue
Block a user