Skip to content

Commit

Permalink
Imagebranchsprint (it-at-m#145)
Browse files Browse the repository at this point in the history
* image branch sprint

* bump jdk
  • Loading branch information
klml authored Sep 27, 2024
1 parent 876c044 commit cc6921b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_push_ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build image and push to ghcr.io

on:
push:
branches: [main-ls2]
branches: ["main-ls2", "sprint"]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -48,8 +48,6 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=main-ls2
labels: |
maintainer=it@m, Landeshauptstadt Muenchen (LHM)
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-11:latest
# For documentation see https://jboss-container-images.github.io/openjdk/
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest

COPY target/*.jar /deployments/spring-boot-application.jar

0 comments on commit cc6921b

Please sign in to comment.