Skip to content

Commit

Permalink
ci(docker): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon committed Nov 24, 2024
1 parent 0a6dd31 commit 9a41270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ jobs:
context: .
builder: ${{ steps.buildx.outputs.name }}
file: install/docker/Dockerfile.GUI.Action
platforms: linux/arm,linux/arm64,linux/amd64,linux/risv64
platforms: linux/arm,linux/arm64,linux/amd64,linux/riscv64
push: true
tags: |
mzz2017/v2raya-gui:latest
Expand Down

0 comments on commit 9a41270

Please sign in to comment.