Skip to content

Commit

Permalink
patch 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iganeshk committed Jul 31, 2023
1 parent c24b795 commit e3c7f95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ jobs:
if: steps.check-build-cache.outputs.cache-hit != 'true'
working-directory: '${{ env.ADGUARDHOME_BUILD_PATH }}'
run: |
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.2/adguardhome/adguardhome-dark-mustard-theme.patch \
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.3/adguardhome/adguardhome-dark-mustard-theme.patch \
| git apply -v
- name: 'Fetch and Apply Build Scripts Patch'
if: steps.check-build-cache.outputs.cache-hit != 'true'
working-directory: '${{ env.ADGUARDHOME_BUILD_PATH }}'
run: |
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.2/adguardhome/adguardhome-build-scripts.patch \
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.3/adguardhome/adguardhome-build-scripts.patch \
| git apply -v
- name: 'Set up Go'
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
working-directory: ./
run: |
rm -f ./Dockerfile
curl -o ./Dockerfile https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.2/DarkAdGuardHome.Dockerfile
curl -o ./Dockerfile https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.3/DarkAdGuardHome.Dockerfile
- name: 'Build & Publish AdGuardHome Dark Docker Image'
uses: docker/build-push-action@v3
Expand Down Expand Up @@ -309,20 +309,20 @@ jobs:
- name: 'Apply Patches to wg-easy'
working-directory: '${{ needs.build-latest.outputs.adguard_dist_path }}/${{ env.WGEASY_REPO_DIR }}'
run: |
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.2/wg-easy/wg-easy-dark-theme.patch | git apply -v
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.2/wg-easy/wg-easy-node18.patch | git apply -v
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.3/wg-easy/wg-easy-dark-theme.patch | git apply -v
curl https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.3/wg-easy/wg-easy-node18.patch | git apply -v
- name: 'Fetch AdWireGuard Dockerfile'
working-directory: ./
run: |
rm -f ./Dockerfile
curl -o ./Dockerfile https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.2/AdWireGuard.Dockerfile
curl -o ./Dockerfile https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.3/AdWireGuard.Dockerfile
- name: 'Fetch Entrypoint and Prep for docker'
working-directory: '${{ needs.build-latest.outputs.adguard_dist_path }}'
run: |
# working directory - ./adguardhome/dist/docker
curl -o ./entrypoint.sh https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.2/entrypoint.sh
curl -o ./entrypoint.sh https://raw.githubusercontent.com/iganeshk/AdWireGuard-Dark/patch-1.5.3/entrypoint.sh
cp -r '${{ env.WGEASY_REPO_DIR }}/src/' './${{ env.WGEASY_BUILD_DIR }}'
- name: 'Temporarily Cache AdWireGuard'
Expand Down

0 comments on commit e3c7f95

Please sign in to comment.