diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62354d5..98abbc9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,26 +17,6 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 - - name: Log in to Docker Hub - uses: docker/login-action - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - - name: Extract metadata (tags, labels) for Docker - id: meta - uses: docker/metadata-action - with: - images: my-docker-hub-namespace/my-docker-hub-repository - - - name: Build and push Docker image - uses: docker/build-push-action - with: - context: . - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - - name: Deploy with Qovery uses: actions/checkout@v3 env: diff --git a/README.md b/README.md index e263dc6..97adb5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Javascript Tetris +Javascript Tetris ================= An HTML5 Tetris Game