Skip to content

Commit

Permalink
Added: Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djuarezgf committed Oct 1, 2024
1 parent 301fed6 commit 46b2c3f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Docker CI

on:
push:
branches:
- main
- develop
# Build then a new version is tagged
tags:
- '*.*.*'
pull_request:
branches:
- main
- develop
schedule:
# Build every night at 1am
- cron: '0 1 * * *'
jobs:
build:
uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
with:
image-name: "samply/project-manager-ui"
push-to: dockerhub
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0 - 2024-07-01]
## [1.1.0 - 2024-10-01]
### Added
- Dockerfile
- Single Spa
Expand Down Expand Up @@ -61,3 +61,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Query State
- Research environment buttons
- Query execution as checkbox
- Github CI

0 comments on commit 46b2c3f

Please sign in to comment.