mirror of
https://github.com/iv-org/invidious
synced 2025-09-02 19:41:18 +02:00
CI: fix wrong if statement for build-docker job (#5442)
This commit is contained in:
parent
fd8dc93569
commit
89c8b1b901
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Use ARM64 Dockerfile if ARM64
|
||||
if: ${{ matrix.name }} == "ARM64"
|
||||
if: ${{ matrix.name == 'ARM64' }}
|
||||
run: sed -i 's/Dockerfile/Dockerfile.arm64/' docker-compose.yml
|
||||
|
||||
- name: Build Docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user