mirror of
https://github.com/teddysun/across.git
synced 2025-04-08 21:19:33 +08:00
Delete publish.yml
This commit is contained in:
parent
352ad5c6db
commit
e2fae3470e
32
.github/workflows/publish.yml
vendored
32
.github/workflows/publish.yml
vendored
@ -1,32 +0,0 @@
|
|||||||
name: Build and Push
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
# push:
|
|
||||||
# branches:
|
|
||||||
# - 'main'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
docker:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v1
|
|
||||||
-
|
|
||||||
name: Set up Docker Buildx
|
|
||||||
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:
|
|
||||||
context: "{{defaultContext}}:docker/v2ray"
|
|
||||||
file: "docker/v2ray/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: sleeplife/v2ray:latest
|
|
Loading…
x
Reference in New Issue
Block a user