ref to github for actions
Some checks failed
build and publish docker image / deploy / build (push) Failing after 2m23s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 2m23s
aslo fixed token
This commit is contained in:
parent
6e3904b153
commit
0816ba7ee9
5
.github/workflows/build_deploy_dev.yml
vendored
5
.github/workflows/build_deploy_dev.yml
vendored
|
@ -6,14 +6,15 @@ on:
|
|||
pull_request:
|
||||
branches: ["dev"]
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
with:
|
||||
java-version: "22"
|
||||
distribution: "temurin"
|
||||
|
|
Reference in a new issue