Skip to content

Commit

Permalink
Merge pull request #2 from mimiro-io/feature/publish-to-dockerhub
Browse files Browse the repository at this point in the history
added build and push of docker image workflow
  • Loading branch information
gra-moore authored Jun 23, 2024
2 parents 78a528b + 6617614 commit 75a6852
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
release:
types:
- published
jobs:
DockerHub:
uses: mimiro-io/.github/.github/workflows/dockerhub.yaml@main
with:
name: "mimiro/sparql-datalayer"
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 75a6852

Please sign in to comment.