Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Nov 16, 2024
1 parent 61e0046 commit 0cef4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
platform:
- linux/amd64
- linux/arm64
exclude:
- platform: ${{ github.ref != 'tag' && 'linux/arm64' }}
exclude:
- platform: ${{ github.ref != 'tag' && 'linux/arm64' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0cef4c5

Please sign in to comment.