start publishing
This commit is contained in:
parent
5c57a70256
commit
a178add808
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -26,7 +26,8 @@ jobs:
|
|||||||
# https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
|
# https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
# - name: Publish
|
# https://github.com/actions/docker/tree/master/cli
|
||||||
# uses: actions/docker/cli@master
|
- name: Publish
|
||||||
# with:
|
uses: actions/docker/cli@master
|
||||||
# args: push ${{ github.repository }}:${{ github.sha }}
|
with:
|
||||||
|
args: push ${{ github.repository }}:${{ github.sha }}
|
Loading…
x
Reference in New Issue
Block a user