From 8b1d999938dca2e706430e0da77c4cc588d04d79 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 8 Feb 2020 21:43:30 +0700 Subject: [PATCH] push Docker image to app-ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f86deb4..c5336a07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: - name: Publish to Docker Registry uses: elgohr/Publish-Docker-Github-Action@master with: - name: simplelogin/app + name: simplelogin/app-ci username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}