across/.github/workflows/publish.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: did not find expected key
2022-03-14 05:39:13 -04:00

21 lines
376 B
YAML

name: Test and publish to DockerHub
on:
workflow_dispatch:
# push:
# branches: [ master ]
jobs:
test:
[...]
build:
needs: test
runs-on: ubuntu-latest
steps:
- uses: docker/build-push-action@v1
with:
username: sleeplife
password: ${{ secrets.DOCKER_PASSWORD }}
repository: sleeplife/v2ray
tags: latest