Skip to content

aboutbits/github-actions-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Docker

A collection of Docker related GitHub actions.

Actions

Build and Push

Build and push a docker image using a Dockerfile.

Example

  - uses: aboutbits/github-actions-docker/build-push@v1
    with:
      username: ${{ github.actor }}
      password: ${{ secrets.GITHUB_TOKEN }}
      docker-image: ghcr.io/aboutbits/my-app
      docker-tag: latest
      build-args: |
        ARG1=abc
        ARG2=xyz

Inputs

The following inputs can be used as step.with keys:

Name Required/Default Description
registry ghcr.io Docker registry
username required Registry username
password required Registry password
docker-image required Docker image name
docker-tag required Docker image tag
working-directory . The working directory
dockerfile Dockerfile Path to the Dockerfile. (default {working-directory}/Dockerfile)
build-args / List of build-time variables

Build & Publish

To build and publish the action, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.

Information

About Bits is a company based in South Tyrol, Italy. You can find more information about us on our website.

Support

For support, please contact info@aboutbits.it.

Credits

License

The MIT License (MIT). Please see the license file for more information.

About

GitHub Actions - Docker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •