mirror of
https://github.com/teddysun/across.git
synced 2025-04-03 18:49:33 +08:00
Update publish.yml
This commit is contained in:
parent
346f7c6e39
commit
0477ab6912
19
.github/workflows/publish.yml
vendored
19
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user