Fix tags
This commit is contained in:
2
.github/workflows/build-and-test.yaml
vendored
2
.github/workflows/build-and-test.yaml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
platforms : ${{ env.PLATFORM }}
|
platforms : ${{ env.PLATFORM }}
|
||||||
context : .
|
context : .
|
||||||
file : ./Dockerfile
|
file : ./Dockerfile
|
||||||
tags : ${{ env.IMAGE }}:testbuild-${{ env.PLATFORM }}
|
tags : ${{ env.IMAGE }}:testbuild-${{ matrix.arch }}
|
||||||
cache-from : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }}
|
cache-from : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }}
|
||||||
cache-to : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }},mode=max
|
cache-to : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }},mode=max
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user