From a178add808ad86f0833c5833a8328524184d73f8 Mon Sep 17 00:00:00 2001
From: softprops <d.tangren@gmail.com>
Date: Sun, 25 Aug 2019 12:46:00 -0400
Subject: [PATCH] start publishing

---
 .github/workflows/main.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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