File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
id : docker_meta
29
29
uses : docker/metadata-action@v3
30
30
with :
31
- images : webdevops/ ${{ github.event. repository.name }},quay.io/webdevops/ ${{ github.event. repository.name }}
31
+ images : ${{ github.repository }},quay.io/${{ github.repository }}
32
32
labels : |
33
33
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/README.md
34
34
Original file line number Diff line number Diff line change 25
25
id : docker_meta
26
26
uses : docker/metadata-action@v3
27
27
with :
28
- images : webdevops/ ${{ github.event. repository.name }},quay.io/webdevops/ ${{ github.event. repository.name }}
28
+ images : ${{ github.repository }},quay.io/${{ github.repository }}
29
29
labels : |
30
30
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/README.md
31
31
You can’t perform that action at this time.
0 commit comments