diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 85a63e8..a80e867 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} \ No newline at end of file + # https://github.com/actions/docker/tree/master/cli + - name: Publish + uses: actions/docker/cli@master + with: + args: push ${{ github.repository }}:${{ github.sha }} \ No newline at end of file