Skip to content

opendreamnet/github-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Example

jobs:
  # Call the workflow to build the project
  build:
    uses: opendreamnet/github-config/.github/workflows/build-docker-image.yml@main
    secrets: inherit
    with:
      environment: production
      runs-on: '"ubuntu-high"'
      docker-image-name: ghcr.io/opendreamnet/upscale
      docker-file: ./docker/Dockerfile
      docker-build-args: |
        S3_BUCKET=${{ vars.S3_BUCKET }}
        S3_REGION=${{ vars.S3_REGION }}
        S3_ENDPOINT=${{ vars.S3_ENDPOINT }}
      docker-build-secret-keys: '["S3_ACCESS_KEY_ID", "S3_SECRET_ACCESS_KEY"]'

About

GitHub configuration for our projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors