We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c3029 commit f0942c9Copy full SHA for f0942c9
1 file changed
.github/workflows/docker-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
id: meta
31
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
32
with:
33
- images: ${{ env.REGISTRY }}/secscanner2junit
+ images: ${{ env.REGISTRY }}/angrymeir/secscanner2junit
34
tags: |
35
type=semver,pattern={{version}}
36
@@ -41,7 +41,7 @@ jobs:
41
- name: Kaniko build
42
uses: aevea/action-kaniko@v0.9.0
43
44
- image: ${{ env.REGISTRY }}/secscanner2junit
+ image: ${{ env.REGISTRY }}/angrymeir/secscanner2junit
45
username: ${{ secrets.DOCKERHUB_USERNAME }}
46
password: ${{ secrets.DOCKERHUB_TOKEN }}
47
tag: ${{ github.ref_name }}
0 commit comments