From 9cb4f050b369bbbdcf3d93109e5ce2c519f2c8c6 Mon Sep 17 00:00:00 2001 From: Ying Zhao Date: Sun, 18 May 2025 14:22:24 -0400 Subject: [PATCH] update build and push --- .github/workflows/main.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79a194d..012c87c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,16 +47,16 @@ jobs: # with: # images: jingle3276/metube - - name: Build and push Docker image - id: push - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile - push: true - tags: | - ${{ secrets.DOCKERHUB_REPOSITORY }}:latest - ${{ secrets.DOCKERHUB_REPOSITORY }}:${{ steps.date.outputs.date }} + # - name: Build and push Docker image + # id: push + # uses: docker/build-push-action@v5 + # with: + # context: . + # file: ./Dockerfile + # push: true + # tags: | + # ${{ secrets.DOCKERHUB_REPOSITORY }}:latest + # ${{ secrets.DOCKERHUB_REPOSITORY }}:${{ steps.date.outputs.date }} - name: Build and push @@ -69,6 +69,7 @@ jobs: jingle3276/metube:latest jingle3276/metube:${{ steps.date.outputs.date }} + # dockerhub-sync-readme: # needs: dockerhub-build-push # runs-on: ubuntu-latest