Skip to content

Commit

Permalink
Merge pull request #5 from mimiro-io/feature/add-build-workflow
Browse files Browse the repository at this point in the history
add build image workflow
  • Loading branch information
gra-moore authored Mar 12, 2024
2 parents 5d0307b + b54b8b9 commit 8586d7f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build Image Artifact
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/filesystem-datalayer"
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 8586d7f

Please sign in to comment.