@@ -37,12 +37,12 @@ version:
3737
3838build :
3939 docker pull frictionlessdata/datapackage-pipelines:latest && \
40- docker build -t datapackage-pipelines:latest --cache-from frictionlessdata/datapackage-pipelines . && \
41- docker build -t datapackage-pipelines:latest-alpine --cache-from frictionlessdata/datapackage-pipelines . && \
42- docker build -t datapackage-pipelines:latest-slim -f Dockerfile.slim . && \
43- docker build -t datapackage-pipelines:${VERSION} --cache-from frictionlessdata/datapackage-pipelines . && \
44- docker build -t datapackage-pipelines:${VERSION} -alpine --cache-from frictionlessdata/datapackage-pipelines . && \
45- docker build -t datapackage-pipelines:${VERSION} -slim -f Dockerfile.slim .
40+ docker build -t frictionlessdata/ datapackage-pipelines:latest --cache-from frictionlessdata/datapackage-pipelines . && \
41+ docker build -t frictionlessdata/ datapackage-pipelines:latest-alpine --cache-from frictionlessdata/datapackage-pipelines . && \
42+ docker build -t frictionlessdata/ datapackage-pipelines:latest-slim -f Dockerfile.slim . && \
43+ docker build -t frictionlessdata/ datapackage-pipelines:${VERSION} --cache-from frictionlessdata/datapackage-pipelines . && \
44+ docker build -t frictionlessdata/ datapackage-pipelines:${VERSION} -alpine --cache-from frictionlessdata/datapackage-pipelines . && \
45+ docker build -t frictionlessdata/ datapackage-pipelines:${VERSION} -slim -f Dockerfile.slim .
4646
4747# docker pull frictionlessdata/datapackage-pipelines:latest-slim &&\
4848# docker build -t datapackage-pipelines:latest-slim -f Dockerfile.slim --cache-from frictionlessdata/datapackage-pipelines:latest-slim . &&\
5151
5252deploy :
5353 docker login -u " ${DOCKER_USERNAME} " -p " ${DOCKER_PASSWORD} " && \
54- docker push
54+ docker push frictionlessdata/datapackage-pipelines:latest && \
55+ docker push frictionlessdata/datapackage-pipelines:latest-alpine && \
56+ docker push frictionlessdata/datapackage-pipelines:latest-slim && \
57+ docker push frictionlessdata/datapackage-pipelines:${VERSION} && \
58+ docker push frictionlessdata/datapackage-pipelines:${VERSION} -alpine && \
59+ docker push frictionlessdata/datapackage-pipelines:${VERSION} -slim
0 commit comments