Skip to content

Commit f0942c9

Browse files
authored
Set container repository owner
1 parent 79c3029 commit f0942c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: meta
3131
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
3232
with:
33-
images: ${{ env.REGISTRY }}/secscanner2junit
33+
images: ${{ env.REGISTRY }}/angrymeir/secscanner2junit
3434
tags: |
3535
type=semver,pattern={{version}}
3636
@@ -41,7 +41,7 @@ jobs:
4141
- name: Kaniko build
4242
uses: aevea/action-kaniko@v0.9.0
4343
with:
44-
image: ${{ env.REGISTRY }}/secscanner2junit
44+
image: ${{ env.REGISTRY }}/angrymeir/secscanner2junit
4545
username: ${{ secrets.DOCKERHUB_USERNAME }}
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
4747
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)