Skip to content

lBeJIuk/adip

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image publishing

Simple action for docker image publishing

Example of use:

name: workflow_name
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
   - name: Build $ Publish
      uses: lbejiuk/adip@v1
      with:
        TOKEN: ${{secrets.token}}
        PACKAGE_REPOSITORY: 'private_pkg'

About

Action - Docker image publish

Resources

License

Stars

Watchers

Forks

Packages

No packages published