Alfred docker plugin. Builds and pushes images to Docker Hub
1.6K
This plugin can be used to build and publish Docker images do Docker Hub.
repoName of the repository to be built.
This parameter is required.
tagsTags to add to the generated image.
Default value: latest
contextThe context path to use.
Default value: .
usernameUsername to be passed to docker login
passwordPassword to be passed to docker login
- name: Build and push to Docker Hub
image: wuakitv/alfred-docker
when:
branch:
- master
settings:
repo: wuakitv/gizmo
tags:
- latest
- ${GIT_TAG}
- ${BUILD_NUMBER}
Content type
Image
Digest
Size
49.2 MB
Last updated
over 7 years ago
docker pull wuakitv/alfred-docker