mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-29 07:38:33 +00:00
ci: Make it set the docker context again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user