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 }}
|
||||
context : .
|
||||
file : ./Dockerfile
|
||||
tags : ${{ env.IMAGE }}:${{ env.TAG }}
|
||||
tags : ${{ env.IMAGE }}:testbuild-${{ env.PLATFORM }}
|
||||
cache-from : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }}
|
||||
cache-to : type=gha,scope=${{ github.workflow }}:${{ env.PLATFORM }},mode=max
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user