From f7f834340ee72065f298bd31f0952c79f9141833 Mon Sep 17 00:00:00 2001 From: xpnas Date: Fri, 26 Mar 2021 23:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dockerTags.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/dockerTags.yml b/.github/workflows/dockerTags.yml index c7b941a..532c875 100644 --- a/.github/workflows/dockerTags.yml +++ b/.github/workflows/dockerTags.yml @@ -58,15 +58,5 @@ jobs: push: true tags: ${{ secrets.DOCKERHUB_TAG }}:${{ github.ref }} - - - name: Docker Build & Push to Docker Hub For latest - uses: docker/build-push-action@v2 - with: - context: . - file: ./Inotify/Dockerfile - platforms: linux/amd64 - push: true - tags: ${{ secrets.DOCKERHUB_TAG }}:latest - - name: 'Report Suecss' run: curl ${{ secrets.INOTIFY }}/Inotify/dockerBuildComplated!