Build and publish an Docker Image to Registry.
Required Name of Image
So that an image can be assigned by name, a unique name must be assigned.
Default: latest
Each image should have a tag for unique identification.
Optional:
Docker build arguments in format KEY=VALUE,KEY=VALUE
.
Default registry.hub.docker.com
Registry host.
URL of a Docker compatible registry for pushing a Docker image.
Required Registry Username
Required Registry Password
Registry Password. This should be stored in a Secret on Github.
Default: dockerfile
Storage location of the Docker file.
- name: Build and Publish Image
uses: tinact/docker.image@master
with:
api_key: '3fe6ff42edm793ddei5'
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2020, Tinact