mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
use armosec repo name
This commit is contained in:
3
.github/workflows/build_dev.yaml
vendored
3
.github/workflows/build_dev.yaml
vendored
@@ -50,8 +50,7 @@ jobs:
|
||||
|
||||
- name: Set name
|
||||
env:
|
||||
QUAY_REPO: ${{ secrets.QUAYIO_REPO }}
|
||||
run: echo quay.io/$QUAY_REPO/kubescape:dev-v1.0.${{ github.run_number }} > build_tag.txt
|
||||
run: echo quay.io/armosec/kubescape:dev-v1.0.${{ github.run_number }} > build_tag.txt
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file build/Dockerfile --tag $(cat build_tag.txt)
|
||||
|
||||
Reference in New Issue
Block a user