diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 9746457..aa84fae 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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 @@ -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 diff --git a/parse/Dockerfile b/parse/Dockerfile index 8a9dc3d..3ba3f43 100644 --- a/parse/Dockerfile +++ b/parse/Dockerfile @@ -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