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:
30bc16e
)
Fix typo in build-1.5.yml
author
Pablo Zmdl
<redacted>
Fri, 6 Jun 2025 15:28:13 +0000
(17:28 +0200)
committer
Pablo Zmdl
<redacted>
Fri, 6 Jun 2025 15:28:13 +0000
(17:28 +0200)
.github/workflows/build-1.5.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build-1.5.yml
b/.github/workflows/build-1.5.yml
index 1f528c1fde8c063a323a98239237d44699b24e0a..806d0765972cf8a1cbb0e0f9155b2d6af1af6505 100644
(file)
--- a/
.github/workflows/build-1.5.yml
+++ b/
.github/workflows/build-1.5.yml
@@
-62,7
+62,8
@@
jobs:
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
with:
context: ${{ matrix.variant }}
- push: load
+ push: false
+ load: true
tags: ${{ matrix.docker-tag }}
- name: Run tests
git clone https://git.99rst.org/PROJECT