git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4114503
)
Mention target in build job title
author
Pablo Zmdl
<redacted>
Tue, 10 Jun 2025 07:39:11 +0000
(09:39 +0200)
committer
Pablo Zmdl
<redacted>
Tue, 10 Jun 2025 07:47:15 +0000
(09:47 +0200)
This helps to identify the job in the list of running actions
.github/workflows/build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index 7e2698b2e721ad7572e1c495d262abdf369f5636..d4eb9f8cfe2cd133eacb63c3bc3987b05c29c653 100644
(file)
--- 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 }}
git clone https://git.99rst.org/PROJECT