start publishing
This commit is contained in:
parent
5c57a70256
commit
a178add808
1 changed files with 5 additions and 4 deletions
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
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
# - name: Publish
|
||||
# uses: actions/docker/cli@master
|
||||
# with:
|
||||
# args: push ${{ github.repository }}:${{ github.sha }}
|
||||
# https://github.com/actions/docker/tree/master/cli
|
||||
- name: Publish
|
||||
uses: actions/docker/cli@master
|
||||
with:
|
||||
args: push ${{ github.repository }}:${{ github.sha }}
|
Loading…
Reference in a new issue