|
|
|
@ -76,14 +76,15 @@ jobs:
|
|
|
|
name: Set up Docker Buildx
|
|
|
|
name: Set up Docker Buildx
|
|
|
|
id: buildx
|
|
|
|
id: buildx
|
|
|
|
uses: ./setup-buildx/ # change to docker/setup-buildx-action@master
|
|
|
|
uses: ./setup-buildx/ # change to docker/setup-buildx-action@master
|
|
|
|
# with:
|
|
|
|
with:
|
|
|
|
# driver-opt: network=host
|
|
|
|
version: latest
|
|
|
|
|
|
|
|
#driver-opt: network=host
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Build and push
|
|
|
|
name: Build and push
|
|
|
|
uses: ./
|
|
|
|
uses: ./
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
GITHUB_TOKEN: ${{ github.token }}
|
|
|
|
GIT_AUTH_TOKEN: ${{ github.token }}
|
|
|
|
GITHUB_REF: ${{ github.ref }}
|
|
|
|
GIT_REF: ${{ github.ref }}
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
context: ${{ github.repositoryUrl }}
|
|
|
|
context: ${{ github.repositoryUrl }}
|
|
|
|
file: ./test/Dockerfile
|
|
|
|
file: ./test/Dockerfile
|
|
|
|
|