Skip to content

Commit

Permalink
OPS-5649 Update Nextcloud version to 27.1.6 (#37)
Browse files Browse the repository at this point in the history
OPS-5649 Update Nextcloud version to 27.1.6 (#37)
  • Loading branch information
aimee-889 authored Feb 15, 2024
1 parent 2d81866 commit 8f498e2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker Image
name: Publish Image to Docker

on:
push:
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/publish_image_on_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish Image to GHCR on push

on:
push:
branches-ignore:
- main

jobs:
build_image_on_push:
name: "Publish image and scan with trivy"
if: ${{ github.event_name == 'push' }}
permissions:
packages: write
security-events: write
contents: read
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected]
with:
image_name: "schulcloud-nextcloud"
run_trivy_scan: true
image_tag_generation: 'ticket_from_branch'
container_registry: "ghcr.io"
fail_on_vulnerabilites: true
report_location: "Dockerfile"
target: "production"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM nextcloud:26.0.8 AS base
FROM nextcloud:27.1.6 AS base

USER root

Expand Down

0 comments on commit 8f498e2

Please sign in to comment.