Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 14, 2024
1 parent 0ac1674 commit beabe5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@ jobs:
with:
context: ${{ matrix.config.context }}
push: true
tags: "ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
tags: "ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:${{ env.VERSION }}"
file: ${{ matrix.config.dockerfile }}

- name: Build and push Dockerhub
uses: docker/build-push-action@v5
with:
context: ${{ matrix.config.context }}
push: true
tags: "bnosac/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
tags: "bnosac/blackbar-${{ matrix.config.tag }}:${{ env.VERSION }}"
file: ${{ matrix.config.dockerfile }}

- name: Build and push registry.datatailor.be
uses: docker/build-push-action@v5
with:
context: ${{ matrix.config.context }}
push: true
tags: "registry.datatailor.be/blackbar-${{ matrix.config.tag }}:{{ env.VERSION }}"
tags: "registry.datatailor.be/blackbar-${{ matrix.config.tag }}:${{ env.VERSION }}"
file: ${{ matrix.config.dockerfile }}

0 comments on commit beabe5e

Please sign in to comment.