From 0477ab6912db9c7d0077c8107d7a1c212e5a1a2d Mon Sep 17 00:00:00 2001 From: mihanhunter <93509289+mihanhunter@users.noreply.github.com> Date: Mon, 14 Mar 2022 05:46:12 -0400 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eb89237..abed69c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,17 +4,14 @@ on: # push: # branches: [ master ] jobs: - test: - [...] - +# test: +# [...] build: - needs: test runs-on: ubuntu-latest - - steps: + steps: - uses: docker/build-push-action@v1 - with: - username: sleeplife - password: ${{ secrets.DOCKER_PASSWORD }} - repository: sleeplife/v2ray - tags: latest + with: + username: sleeplife + password: ${{ secrets.DOCKER_PASSWORD }} + repository: sleeplife/v2ray + tags: latest