Skip to content

Commit

Permalink
feat: Build using parse-server 8 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Jan 20, 2025
1 parent 409d336 commit c95781c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
schedule:
- cron: '19 17 * * *'
push:
branches: [ main ]
branches: [ '8-alpha' ]
pull_request:
branches: [ main ]
branches: [ '8-alpha' ]
merge_group:
branches: [ main ]
branches: [ '8-alpha' ]

env:
REGISTRY: docker.io
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
schedule:
- cron: '19 17 * * *'
push:
branches: [ main ]
branches: [ '8-alpha' ]
pull_request:
branches: [ main ]
branches: [ '8-alpha' ]
merge_group:
branches: [ main ]
branches: [ '8-alpha' ]

env:
REGISTRY: docker.io
Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Bootstrap: docker
From: netreconlab/parse-hipaa:latest
From: netreconlab/parse-hipaa:8.0.0-alpha.6

4 changes: 2 additions & 2 deletions parse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM parseplatform/parse-server:7.4.0 AS build
FROM parseplatform/parse-server:8.0.0-alpha.6 AS build

# Setup directories
COPY ./scripts/ ./scripts/
Expand All @@ -19,7 +19,7 @@ RUN apk --no-cache add git \
############################################################
# Release stage
############################################################
FROM parseplatform/parse-server:7.4.0 AS release
FROM parseplatform/parse-server:8.0.0-alpha.6 AS release

# Start parse-hipaa setup as root
USER root
Expand Down
4 changes: 2 additions & 2 deletions parse/Dockerfile.dashboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM parseplatform/parse-server:7.4.0 AS build
FROM parseplatform/parse-server:8.0.0-alpha.6 AS build

# Setup directories
COPY ./scripts/ ./scripts/
Expand All @@ -19,7 +19,7 @@ RUN apk --no-cache add git \
############################################################
# Release stage
############################################################
FROM parseplatform/parse-server:7.4.0 AS release
FROM parseplatform/parse-server:8.0.0-alpha.6 AS release

# Start parse-hipaa setup as root
USER root
Expand Down

0 comments on commit c95781c

Please sign in to comment.