Skip to content

Commit

Permalink
Prepare for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Mar 4, 2024
1 parent bd823e9 commit 449132e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: [ '7-alpha' ]
pull_request:
branches: [ main ]
branches: [ '7-alpha' ]
merge_group:
branches: [ main ]
branches: [ '7-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: [ '7-alpha' ]
pull_request:
branches: [ main ]
branches: [ '7-alpha' ]
merge_group:
branches: [ main ]
branches: [ '7-alpha' ]

env:
REGISTRY: docker.io
Expand Down
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 netreconlab/parse-server:latest AS build
FROM netreconlab/parse-server:7.0.0-alpha.23 AS build

# Setup directories
COPY ./scripts/ ./scripts/
Expand All @@ -19,7 +19,7 @@ RUN apk --no-cache add git \
############################################################
# Release stage
############################################################
FROM netreconlab/parse-server:latest AS release
FROM netreconlab/parse-server:7.0.0-alpha.23 AS release

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

0 comments on commit 449132e

Please sign in to comment.