We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efc6eb0 + ce50f35 commit cd8d979Copy full SHA for cd8d979
.github/workflows/ghactions-cicd.yaml
@@ -32,7 +32,7 @@ jobs: # Define jobs to run
32
context: . # Build context is the root of the repository
33
file: ./Dockerfile # Dockerfile location
34
push: true # Push the image after building
35
- tags: danilogo/istio-analyzer-exporter:v1.0.11 # Tag for the Docker image
+ tags: epontech/istio-analyzer-exporter:v1.0.11 # Tag for the Docker image
36
37
38
security-code-review:
@@ -50,6 +50,6 @@ jobs: # Define jobs to run
50
uses: docker/scout-action@v1
51
with:
52
command: cves
53
- image: danilogo/istio-analyzer-exporter:v1.0.11
+ image: epontech/istio-analyzer-exporter:v1.0.11
54
dockerhub-user: ${{ secrets.DOCKERHUB_USERNAME }}
55
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments