mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-26 01:49:28 +00:00
Publish to aquasec org on Docker Hub
This commit is contained in:
parent
a96ffc2e16
commit
95905fb5c2
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -56,9 +56,9 @@ jobs:
|
|||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKERHUB_ALIAS }}/${{ env.REP }}:${{ steps.get_version.outputs.version }}
|
${{ env.DOCKERHUB_ALIAS }}/${{ env.REP }}:${{ steps.get_version.outputs.version }}
|
||||||
public.ecr.aws/${{ env.ALIAS }}/${{ env.REP }}:${{ steps.get_version.outputs.version }}
|
public.ecr.aws/${{ env.ALIAS }}/${{ env.REP }}:${{ steps.get_version.outputs.version }}
|
||||||
${{ secrets.DOCKERHUB_ALIAS }}/${{ env.REP }}:latest
|
${{ env.DOCKERHUB_ALIAS }}/${{ env.REP }}:latest
|
||||||
public.ecr.aws/${{ env.ALIAS }}/${{ env.REP }}:latest
|
public.ecr.aws/${{ env.ALIAS }}/${{ env.REP }}:latest
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache/release
|
cache-from: type=local,src=/tmp/.buildx-cache/release
|
||||||
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache/release
|
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache/release
|
||||||
|
Loading…
Reference in New Issue
Block a user