File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
include :
17
17
- image : fdb-kubernetes-operator
18
18
context : ./
19
+ name : foundationdb/fdb-kubernetes-operator
19
20
- image : fdb-data-loader
20
21
context : ./sample-apps/data-loader
22
+ name : foundationdb/fdb-data-loader
21
23
steps :
22
24
- name : Check out the repo
23
25
uses : actions/checkout@v2
33
35
with :
34
36
push : true
35
37
context : ${{ matrix.context }}
36
- tags : ${{ github.repository }}/${{ matrix.image }}:latest
38
+ tags : ${{ matrix.name }}:latest
Original file line number Diff line number Diff line change @@ -102,8 +102,10 @@ jobs:
102
102
include :
103
103
- image : fdb-kubernetes-operator
104
104
context : ./
105
+ name : foundationdb/fdb-kubernetes-operator
105
106
- image : fdb-data-loader
106
107
context : ./sample-apps/data-loader
108
+ name : foundationdb/fdb-data-loader
107
109
steps :
108
110
- name : Check out the repo
109
111
uses : actions/checkout@v2
@@ -122,4 +124,4 @@ jobs:
122
124
with :
123
125
push : true
124
126
context : ${{ matrix.context }}
125
- tags : ${{ github.repository }}/${{ matrix.image }}:${{ steps.get_tag.outputs.TAG }}
127
+ tags : ${{ matrix.name }}:${{ steps.get_tag.outputs.TAG }}
You can’t perform that action at this time.
0 commit comments