imfreedom/knowledgebase

8516cb8c3403
Parents c642661caee8
Children cfc218daa38f
The build agents don't have convey 0.15 yet..
  • +5 -5
    convey.yml
  • --- a/convey.yml Sat Apr 09 09:31:27 2022 -0500
    +++ b/convey.yml Mon Apr 11 05:59:54 2022 -0500
    @@ -7,22 +7,22 @@
    - TAG=latest
    tasks:
    import:
    - type: convey/import
    + type: docker/import
    files: .:.
    build:
    - type: podman/build
    + type: docker/build
    containerfile: Dockerfile
    tags: ${REGISTRY_HOST}/${REPOSITORY}:${TAG}
    push:
    - type: podman/push
    + type: docker/push
    tags: ${REGISTRY_HOST}/${REPOSITORY}:${TAG}
    login:
    - type: podman/login
    + type: docker/login
    registry: ${REGISTRY_HOST}
    username: ${REGISTRY_USERNAME}
    password: ${REGISTRY_PASSWORD}
    logout:
    - type: podman/logout
    + type: docker/logout
    registry: ${REGISTRY_HOST}
    plans:
    default: