summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-04-10 00:44:50 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-04-10 00:44:50 +0200
commit9fed636ceb01bc807d547523e99d9bf2a731c940 (patch)
tree1e396d30c453736f83ac2458642651f86217a93b
parent070f67a6522644d2b22f74f3d4a1a4a8e382e164 (diff)
ci: srcfix
Simplify step Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--.github/workflows/ci-push.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci-push.yaml b/.github/workflows/ci-push.yaml
index 2d9724b..20c7547 100644
--- a/.github/workflows/ci-push.yaml
+++ b/.github/workflows/ci-push.yaml
@@ -35,11 +35,7 @@ jobs:
run: make config;
-
name: make image
- run: |
- make image-build;
- docker image tag \
- 'alejandrocolomar/www:ci_x86_64' \
- 'alejandrocolomar/www:ci';
+ run: make image-build lbl_a=ci;
-
name: docker swarm init
run: docker swarm init --advertise-addr lo;