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 15, 2022
1 parent 3dac16e commit 7588924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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: [ main ]
branches: [ 5.0.0 ]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
pull_request:
branches: [ main ]
branches: [ 5.0.0 ]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=true
latest=false
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
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:5.0.0-beta.10
FROM parseplatform/parse-server:5.0.0

# Install necessary dependencies and setup folders a root
USER root
Expand Down

0 comments on commit 7588924

Please sign in to comment.