Skip to content

Commit 0ac1674

Browse files
committed
CI
1 parent e1c908a commit 0ac1674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)