mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-05-02 07:04:28 +02:00
we forgor to change the build context
This commit is contained in:
parent
c72179bd2d
commit
4d966d0614
4
.github/workflows/varnish.yml
vendored
4
.github/workflows/varnish.yml
vendored
@ -59,8 +59,8 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
build-args: GH_TOKEN=${{ secrets.GH_TOKEN }}
|
build-args: GH_TOKEN=${{ secrets.GH_TOKEN }}
|
||||||
context: .
|
context: ./varnish/
|
||||||
file: ./varnish/Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user