mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-24 03:17:59 +02:00
Use url fragment for git ref context
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -89,9 +89,8 @@ jobs:
|
||||
uses: ./
|
||||
env:
|
||||
GIT_AUTH_TOKEN: ${{ github.token }}
|
||||
GIT_REF: ${{ github.ref }}
|
||||
with:
|
||||
context: ${{ github.repositoryUrl }}
|
||||
context: "${{ github.repositoryUrl }}#${{ github.ref }}"
|
||||
file: ./test/Dockerfile
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Reference in New Issue
Block a user