From e2fae3470eb6bd2ceb89669d2e69f13584d3389a Mon Sep 17 00:00:00 2001 From: mihanhunter <93509289+mihanhunter@users.noreply.github.com> Date: Mon, 14 Mar 2022 06:46:03 -0400 Subject: [PATCH] Delete publish.yml --- .github/workflows/publish.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index d505953..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Build and Push - -on: - workflow_dispatch: -# push: -# branches: -# - 'main' - -jobs: - docker: - runs-on: ubuntu-latest - steps: - - - name: Set up QEMU - uses: docker/setup-qemu-action@v1 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - - name: Login to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v2 - with: - context: "{{defaultContext}}:docker/v2ray" - file: "docker/v2ray/Dockerfile" - push: true - tags: sleeplife/v2ray:latest