Fix Docker build context URL

This commit is contained in:
Quentin Gliech
2022-11-03 11:55:59 +01:00
parent e00dca130e
commit c7baf6a549

View File

@@ -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