Skip to content

Commit cd7469d

Browse files
committed
fix github workflow
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 765930c commit cd7469d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: docker_meta
2929
uses: docker/metadata-action@v3
3030
with:
31-
images: webdevops/${{ github.event.repository.name }},quay.io/webdevops/${{ github.event.repository.name }}
31+
images: ${{ github.repository }},quay.io/${{ github.repository }}
3232
labels: |
3333
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/README.md
3434

.github/workflows/scheduled-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: docker_meta
2626
uses: docker/metadata-action@v3
2727
with:
28-
images: webdevops/${{ github.event.repository.name }},quay.io/webdevops/${{ github.event.repository.name }}
28+
images: ${{ github.repository }},quay.io/${{ github.repository }}
2929
labels: |
3030
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/README.md
3131

0 commit comments

Comments
 (0)