Skip to content

einsenundnullen/build-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Simple Docker build and publish action

name: Build and publish Docker image

on:
  push:
    branches:
      - master

jobs:
  test:
    name: Checkout, build and push
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Build and push
        uses: einsenundnullen/build-action@master
        with:
          docker-user: ${{ github.repository_owner }}
          docker-password: ${{ secrets.GITHUB_TOKEN }}
          docker-image-name: test-service
          working-directory: ./optional-working-directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published