Skip to content

Commit

Permalink
Merge pull request #279 from roundcube/fix-pushing-nightly
Browse files Browse the repository at this point in the history
Fix pushing nightly
  • Loading branch information
pabzm authored Nov 18, 2024
2 parents 4ce4e53 + 53b1aa8 commit 2dc9b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
context: nightly
platforms: "linux/arm64,linux/arm/v6,linux/arm/v7,linux/s390x,linux/ppc64le,linux/386,linux/amd64,"
push: true
tags: nightly
tags: roundcube/roundcubemail:nightly
# does not work linux/arm/v5 AND linux/mips64le - composer does not support mips64le or armv5 nor does the php image support them on the alpine variant

- name: Run tests
Expand Down

0 comments on commit 2dc9b95

Please sign in to comment.