Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Mar 12, 2022
1 parent 4c5a12a commit 05b43a3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
schedule:
- cron: '19 17 * * *'
push:
branches: [ 4.10.7 ]
branches: [ 5.0.0-beta.8 ]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
pull_request:
branches: [ 4.10.7 ]
branches: [ 5.0.0-beta.8 ]

env:
# Use docker.io for Docker Hub if empty
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
parse:
image: netreconlab/parse-hipaa:4.10.7
image: netreconlab/parse-hipaa:5.0.0-beta.8
environment:
PARSE_SERVER_APPLICATION_ID: E036A0C5-6829-4B40-9B3B-3E05F6DF32B2
PARSE_SERVER_PRIMARY_KEY: E2466756-93CF-4C05-BA44-FF5D9C34E99F
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.no.hipaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
parse:
image: netreconlab/parse-hipaa:4.10.7
image: netreconlab/parse-hipaa:5.0.0-beta.8
environment:
PARSE_SERVER_APPLICATION_ID: E036A0C5-6829-4B40-9B3B-3E05F6DF32B2
PARSE_SERVER_PRIMARY_KEY: E2466756-93CF-4C05-BA44-FF5D9C34E99F
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
parse:
image: netreconlab/parse-hipaa:4.10.7
image: netreconlab/parse-hipaa:5.0.0-beta.8
environment:
PARSE_SERVER_APPLICATION_ID: E036A0C5-6829-4B40-9B3B-3E05F6DF32B2
PARSE_SERVER_PRIMARY_KEY: E2466756-93CF-4C05-BA44-FF5D9C34E99F
Expand Down
2 changes: 1 addition & 1 deletion parse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM parseplatform/parse-server:4.10.7
FROM parseplatform/parse-server:5.0.0-beta.8

USER root
RUN apk add postgresql-client;
Expand Down
2 changes: 1 addition & 1 deletion parse/Dockerfile.heroku
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM netreconlab/parse-hipaa:4.10.7
FROM netreconlab/parse-hipaa:5.0.0-beta.8

0 comments on commit 05b43a3

Please sign in to comment.