Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/jib' into dev-check
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/cicd.yml
  • Loading branch information
versatile0010 committed Nov 17, 2023
2 parents 3c14066 + d10397f commit ae6bd04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: NumberOne-Backend-CICD
# event trigger
on:
push:
branches: [ "main", "dev" ]
branches: [ " " ] # none

permissions: write-all

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.1.4'
id 'io.spring.dependency-management' version '1.1.3'
id 'com.google.cloud.tools.jib' version '3.3.1'
id 'com.google.cloud.tools.jib' version '3.4.0'
}

group = 'com.numberone'
version = '0.0.1-SNAPSHOT'

jib {
from {
image = "eclipse-temurin:17-jre"
image = "openjdk:17-alpine"
}
to {
image = "versatile0010/numberone"
Expand Down

0 comments on commit ae6bd04

Please sign in to comment.