diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32c6b1c..f0f1c4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,8 @@ jobs: - name: login to docker registry uses: docker/login-action@v3 with: - username: ${{secrets.DOCKERHUB_USERNAME}} - password: ${{secrets.DOCKERHUB_TOKEN}} + username: ${{secrets.DOCKER_USERNAME}} + password: ${{secrets.DOCKER_PASSWORD}} - name: build and push docker image to registry uses: docker/build-push-action@v5