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 authored Jan 6, 2024
1 parent 6a95e4b commit b8a3540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Get tag to build
id: v5.2.0
id: tag
run: |
latest_tag=$(curl -sSL --retry 5 "https://api.github.com/repos/v2fly/v2ray-core/releases/latest" | jq .tag_name | awk -F '"' '{print $2}')
if [[ -z "${{ github.event.inputs.tag }}" ]]; then
Expand Down

0 comments on commit b8a3540

Please sign in to comment.