File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
file : Dockerfile.operator
42
42
push : true
43
- tags : ibmcom/operator-for-redis: ${{ steps.meta.outputs.tags }}
43
+ tags : ${{ steps.meta.outputs.tags }}
44
44
labels : ${{ steps.meta.outputs.labels }}
45
45
build-args : |
46
46
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
75
75
with :
76
76
file : Dockerfile.node
77
77
push : true
78
- tags : ibmcom/node-for-redis: ${{ steps.meta.outputs.tags }}
78
+ tags : ${{ steps.meta.outputs.tags }}
79
79
labels : ${{ steps.meta.outputs.labels }}
80
80
build-args : |
81
81
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
@@ -109,7 +109,7 @@ jobs:
109
109
with :
110
110
file : Dockerfile.metrics
111
111
push : true
112
- tags : ibmcom/metrics-for-redis: ${{ steps.meta.outputs.tags }}
112
+ tags : ${{ steps.meta.outputs.tags }}
113
113
labels : ${{ steps.meta.outputs.labels }}
114
114
build-args : |
115
115
BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
You can’t perform that action at this time.
0 commit comments