File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,21 +75,21 @@ jobs:
7575 with :
7676 context : ${{ matrix.config.context }}
7777 push : true
78- tags : ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}
78+ tags : " ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
7979 file : ${{ matrix.config.dockerfile }}
8080
8181 - name : Build and push Dockerhub
8282 uses : docker/build-push-action@v5
8383 with :
8484 context : ${{ matrix.config.context }}
8585 push : true
86- tags : bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}
86+ tags : " bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
8787 file : ${{ matrix.config.dockerfile }}
8888
8989 - name : Build and push registry.datatailor.be
9090 uses : docker/build-push-action@v5
9191 with :
9292 context : ${{ matrix.config.context }}
9393 push : true
94- tags : registry.datatailor.be/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}
94+ tags : " registry.datatailor.be/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
9595 file : ${{ matrix.config.dockerfile }}
You can’t perform that action at this time.
0 commit comments