Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/mcode/REMS into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Aug 2, 2023
2 parents e5a947d + 4d0c632 commit b1aa1e3
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 1,579 deletions.
41 changes: 41 additions & 0 deletions .github/workflows/docker-tag-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: ci

on:
workflow_dispatch:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'

jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: codexrems/rems-administrator
-
name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
336 changes: 0 additions & 336 deletions DeveloperSetupGuide.md

This file was deleted.

217 changes: 0 additions & 217 deletions EndToEndSetupGuide.md

This file was deleted.

Loading

0 comments on commit b1aa1e3

Please sign in to comment.