Update publish.yml

This commit is contained in:
mihanhunter 2022-03-14 05:46:12 -04:00 committed by GitHub
parent 346f7c6e39
commit 0477ab6912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,17 +4,14 @@ on:
# push: # push:
# branches: [ master ] # branches: [ master ]
jobs: jobs:
test: # test:
[...] # [...]
build: build:
needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps:
steps:
- uses: docker/build-push-action@v1 - uses: docker/build-push-action@v1
with: with:
username: sleeplife username: sleeplife
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
repository: sleeplife/v2ray repository: sleeplife/v2ray
tags: latest tags: latest