Fix Docker build context URL
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -332,7 +332,7 @@ jobs:
|
||||
set: |
|
||||
base.platform=linux/amd64
|
||||
base.cache-from=type=registry,ref=${{ env.IMAGE }}:buildcache
|
||||
source: https://github.com/${{ github.repository }}#${{ github.ref }}
|
||||
source: https://github.com/${{ github.repository }}.git#${{ github.ref }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/bake-action@v2
|
||||
@@ -346,7 +346,7 @@ jobs:
|
||||
base.output=type=image,push=true
|
||||
base.cache-from=type=registry,ref=${{ env.IMAGE }}:buildcache
|
||||
base.cache-to=type=registry,ref=${{ env.IMAGE }}:buildcache,mode=max
|
||||
source: https://github.com/${{ github.repository }}#${{ github.ref }}
|
||||
source: https://github.com/${{ github.repository }}.git#${{ github.ref }}
|
||||
|
||||
- name: Sign the images with GitHub Actions provided token
|
||||
# Only sign on tags and on commits on main branch
|
||||
|
||||
Reference in New Issue
Block a user