From 97b9179333b715ca3aa0038e825d5c06cb0aedce Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 16 Dec 2022 17:31:44 +0900 Subject: [PATCH] add ci --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0884537..2216edf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,8 +38,8 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v2 with: - username: ${{ secrets.$DOCKER_USERNAME }} - password: ${{ secrets.$DOCKER_PASSWORD }} + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push uses: docker/build-push-action@v3 with: