From 28d95c1b6af95d2d1d82edff3a7e79acc46b5c1a Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 27 Jul 2020 02:13:56 +0200 Subject: [PATCH] fix: forget to add tag to all steps --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 69019c2..0123e3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,22 +15,22 @@ steps: - cd core/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd core-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd controller/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd controller-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd webapp/ - makepkg -s -f --cleanbuild --noconfirm @@ -74,22 +74,22 @@ steps: - cd core/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd core-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd controller/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd controller-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd webapp/ - makepkg -s -f --cleanbuild --noconfirm