Change dockerhub login actions
This commit is contained in:
parent
f931de4e46
commit
96594678f9
5
.github/workflows/master.yml
vendored
5
.github/workflows/master.yml
vendored
@ -32,7 +32,10 @@ jobs:
|
|||||||
name: Print builder available platforms
|
name: Print builder available platforms
|
||||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||||
- name: Dockerhub login
|
- name: Dockerhub login
|
||||||
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Run Buildx
|
name: Run Buildx
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user