We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af32923 commit f74439cCopy full SHA for f74439c
.github/workflows/docker-image.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/metadata-action@v5
30
with:
31
images: |
32
- name=ghcr.io/edgetx/edgetx-dev
+ name=ghcr.io/${{ github.repository_owner }}/edgetx-dev
33
tags: |
34
type=ref,event=branch
35
type=ref,event=pr
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
- name=ghcr.io/edgetx/edgetx-builder
+ name=ghcr.io/${{ github.repository_owner }}/edgetx-builder
74
75
76
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
- name=ghcr.io/edgetx/edgetx-wasi
+ name=ghcr.io/${{ github.repository_owner }}/edgetx-wasi
113
114
115
0 commit comments