mirror of
https://github.com/teddysun/across.git
synced 2025-04-04 11:09:33 +08:00
Update publish.yml
This commit is contained in:
parent
72f675433c
commit
e349e4dbf2
35
.github/workflows/publish.yml
vendored
35
.github/workflows/publish.yml
vendored
@ -1,17 +1,30 @@
|
|||||||
name: Test and publish to DockerHub
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# push:
|
# push:
|
||||||
# branches: [ master ]
|
# branches:
|
||||||
|
# - 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# test:
|
docker:
|
||||||
# [...]
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/build-push-action@v1
|
-
|
||||||
with:
|
name: Set up QEMU
|
||||||
username: sleeplife
|
uses: docker/setup-qemu-action@v1
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
-
|
||||||
repository: sleeplife/v2ray
|
name: Set up Docker Buildx
|
||||||
tags: latest
|
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:
|
||||||
|
push: true
|
||||||
|
tags: sleeplife/v2ray:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user