Skip to content

Repository containing workflow templates and other guidelines

Notifications You must be signed in to change notification settings

ls1intum/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

.github

Repository containing workflow templates and other guidelines

Workflows

Build and Push Docker Image

Create a new GitHub Actions workflow file (e.g., .github/workflows/build-and-push.yml) in your repository with the following content:

name: Build and Push Docker Image

... # Add your own triggers, conditions, etc.

jobs:
  build-and-push-workflow:
    uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
    with:
      image-name: your-image-name # Defaults to the repository name
      docker-file: path/to/your/Dockerfile # Defaults to Dockerfile
    secrets: inherit

About

Repository containing workflow templates and other guidelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •