Skip to content

Commit

Permalink
Update docker-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
king-usr committed Jan 6, 2024
1 parent b8a3540 commit 19941d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
workflow_dispatch:
inputs:
tag:
description: "v5.2.0"
tag: v5.2.0
description: "The tag version you want to build"
push:
paths:
- "v2ray.sh"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
id: prepare
run: |
echo "docker_platforms=linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64" >> $GITHUB_OUTPUT
echo "docker_image=dzluck/v2fly" >> $GITHUB_OUTPUT
echo "docker_image=dzluck/v2fly-core" >> $GITHUB_OUTPUT
echo "docker_tag=${{ steps.tag.outputs.tag }}" >> $GITHUB_OUTPUT
echo "docker_is_push=${PUSH:-false}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 19941d4

Please sign in to comment.