From 2273441bed2fe752b66c580218f7aff530351573 Mon Sep 17 00:00:00 2001 From: Mischa van den Burg Date: Tue, 30 Apr 2024 10:38:10 +0200 Subject: [PATCH] fix: format tag --- .github/workflows/build-docker-images.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docker-images.yaml b/.github/workflows/build-docker-images.yaml index c42ba7bd..89e6e021 100644 --- a/.github/workflows/build-docker-images.yaml +++ b/.github/workflows/build-docker-images.yaml @@ -53,14 +53,13 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # loops over all images in the matrix defined on top - - name: Build and push uses: docker/build-push-action@v5 with: context: ${{ matrix.path }} platforms: linux/amd64 - tags: ${{ steps.semver.outputs.next }} + tags: ${{ matrix.image }}:${{ steps.semver.outputs.next }} file: ${{ matrix.dockerfile }} push: true - env: - DOCKER_BUILDKIT: 0 + # env: + # DOCKER_BUILDKIT: 0