From d48a3025bcf9a42608f624a4b88e5488360bcf00 Mon Sep 17 00:00:00 2001 From: Smilin Date: Wed, 17 Apr 2024 11:56:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E8=A9=A6=E8=A9=A6=E7=9C=8B=E5=8F=AA?= =?UTF-8?q?=E6=8E=A8=20latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index f604a38..7af05ee 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -27,12 +27,12 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push tag - uses: docker/build-push-action@v5 - with: - context: . - push: true - tags: smile0301/auto-pixai:${{ steps.latest_tag.outputs.tag }} + # - name: Build and push tag + # uses: docker/build-push-action@v5 + # with: + # context: . + # push: true + # tags: smile0301/auto-pixai:${{ steps.latest_tag.outputs.tag }} - name: Build and push latest uses: docker/build-push-action@v5 with: