ci: Make it set the docker context again

This commit is contained in:
Quentin Gliech
2023-06-13 19:08:48 +02:00
parent 56bbc31a89
commit 34fe7fc450
+2 -4
View File
@@ -416,8 +416,7 @@ jobs:
${{ steps.meta.outputs.bake-file }}
${{ steps.meta-debug.outputs.bake-file }}
set: |
# This is broken: https://github.com/docker/bake-action/issues/136
# base.context=https://github.com/${{ github.repository }}.git#${{ github.ref }}
base.context=https://github.com/${{ github.repository }}.git#${{ github.ref }}
base.platform=linux/amd64
base.cache-from=type=registry,ref=${{ env.IMAGE }}:buildcache
@@ -431,8 +430,7 @@ jobs:
${{ steps.meta.outputs.bake-file }}
${{ steps.meta-debug.outputs.bake-file }}
set: |
# This is broken: https://github.com/docker/bake-action/issues/136
# base.context=https://github.com/${{ github.repository }}.git#${{ github.ref }}
base.context=https://github.com/${{ github.repository }}.git#${{ github.ref }}
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