mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 09:56:46 +00:00
Use url fragment for git ref context
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
8413351ed4
commit
e7964906a6
5 changed files with 5 additions and 83 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue