fix: needs updating action
Some checks failed
BuildMain / BuildLatest (push) Has been cancelled
BuildTag / BuildNightly (push) Successful in 10m9s

This commit is contained in:
Guillaume Lapierre 2024-11-12 11:29:01 +01:00
parent 563323c009
commit 9dcee3b301

View File

@ -28,8 +28,8 @@ jobs:
with:
base-image: roundcube/roundcubemail:latest-apache
image: zeguigui/roundcubemail:latest-apache
- name: Needs updating ?
run: echo "Needs updating: ${{ steps.check.outputs.needs-updating }}"
- name: Needs updating
run: echo ${{ steps.check.outputs.needs-updating }}
- name: Set up docker buildx
uses: docker/setup-buildx-action@v3
with: