From: Pablo Zmdl Date: Tue, 10 Jun 2025 07:39:11 +0000 (+0200) Subject: Mention target in build job title X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7b79af814f5286a6ac1abc20cd9f3ff08c0da0e8;p=roundcube-roundcubemail-docker.git Mention target in build job title This helps to identify the job in the list of running actions --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e2698b..d4eb9f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: with: buildkitd-flags: --debug - - name: Build and push image for "${{ matrix.variant }}" + - name: Build and push image for "${{ matrix.variant }} / {{ matrix.target }}" uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 with: context: ${{ matrix.variant }}