Skip to content

flameshot-org/flameshot-dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images for flameshot CI building. 🐳

image

Powerful yet simple to use screenshot software.

Docker bub repository: https://hub.docker.com/r/flameshotorg/ci-building-images

The action is triggered by workflows push paths event or the repo's dispatch event.

There're two ways to trigger docker images building,

  • Get your own personal access token.

    POST /repos/:owner/:repo/dispatches

    Trigger with curl command, example,

    curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
    -H "Authorization: token your-personal-token" \
    --request POST \
    --data '{\"event_type\": \"fedora-build\"}' \
    https://api.github.com/repos/flameshot-org/flameshot-dockerfiles/dispatches
    

    or

    curl -H "Accept: application/Accept: application/vnd.github.v3.full+json" \
    -H "Authorization: token your-personal-token" \
    --request POST \
    --data '{\"event_type\": \"fedora-build\", \"client_payload\": { \"version\": \"0.33.0\"}}' \
    https://api.github.com/repos/flameshot-org/flameshot-dockerfiles/dispatches
    
  • Push changes on some Dockerfiles or workflow yaml files. For example, debian/bullseye/Dockerfile or .github/workflows/debian.yml

Releases

No releases published

Packages

No packages published