mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-26 00:26:37 +02:00
Use latest buildx for git context test
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9c473659de
commit
1c3fedb652
3 changed files with 17 additions and 12 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -76,14 +76,15 @@ jobs:
|
|||
name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: ./setup-buildx/ # change to docker/setup-buildx-action@master
|
||||
# with:
|
||||
# driver-opt: network=host
|
||||
with:
|
||||
version: latest
|
||||
#driver-opt: network=host
|
||||
-
|
||||
name: Build and push
|
||||
uses: ./
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_REF: ${{ github.ref }}
|
||||
GIT_AUTH_TOKEN: ${{ github.token }}
|
||||
GIT_REF: ${{ github.ref }}
|
||||
with:
|
||||
context: ${{ github.repositoryUrl }}
|
||||
file: ./test/Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue