Merge pull request #1391 from pi-hole/PromoFaux-patch-1

Update build.yml to use latest FTL build containers
This commit is contained in:
DL6ER 2022-07-25 18:40:08 +02:00 committed by GitHub
commit 4074a88a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/pi-hole/ftl-build:v1.16-${{ matrix.arch }}
container: ghcr.io/pi-hole/ftl-build:v1.18-${{ matrix.arch }}
strategy:
fail-fast: false
@ -68,6 +68,9 @@ jobs:
echo ::set-output name=GIT_BRANCH::${GIT_BRANCH}
echo ::set-output name=GIT_TAG::${GIT_TAG}
echo ::set-output name=OUTPUT_DIR::${GIT_TAG:-${GIT_BRANCH}}
-
name: "Fix ownership of repository"
run: chown -R root .
-
name: "Build"
env: