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!