Skip to content

Commit

Permalink
Merge branch 'docker-workflow' of git://github.com/crazy-max/AdGuardH…
Browse files Browse the repository at this point in the history
…ome into crazy-max-docker-workflow
  • Loading branch information
ameshkov committed Nov 9, 2020
2 parents c6a6f05 + 859ed20 commit b85c0b3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,23 +134,21 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
-
name: Set up Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v1
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Docker Buildx (build)
run: |
make docker-multi-arch
-
name: Clear
if: always() && startsWith(github.ref, 'refs/tags/v')
run: |
rm -f ${HOME}/.docker/config.json
notify:
needs: [app, docker]
Expand Down

0 comments on commit b85c0b3

Please sign in to comment.