From 6ceb9f913a1ee50ad0ce4ee2ac8fa6e00317abc1 Mon Sep 17 00:00:00 2001 From: Alessandro Carrano <105300721+acarranoqovery@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:59:46 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1c767399cf9ecd985a28e55e85b7da9d8d112310 Mon Sep 17 00:00:00 2001 From: Alessandro Carrano <105300721+acarranoqovery@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:00:54 +0200 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) 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: