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 @@ -75,21 +75,21 @@ jobs:
75
75
with :
76
76
context : ${{ matrix.config.context }}
77
77
push : true
78
- tags : ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}
78
+ tags : " ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
79
79
file : ${{ matrix.config.dockerfile }}
80
80
81
81
- name : Build and push Dockerhub
82
82
uses : docker/build-push-action@v5
83
83
with :
84
84
context : ${{ matrix.config.context }}
85
85
push : true
86
- tags : bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}
86
+ tags : " bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
87
87
file : ${{ matrix.config.dockerfile }}
88
88
89
89
- name : Build and push registry.datatailor.be
90
90
uses : docker/build-push-action@v5
91
91
with :
92
92
context : ${{ matrix.config.context }}
93
93
push : true
94
- tags : registry.datatailor.be/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}
94
+ tags : " registry.datatailor.be/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
95
95
file : ${{ matrix.config.dockerfile }}
You can’t perform that action at this time.
0 commit comments