Skip to content

Commit

Permalink
Update and rename docker-compose-build.yml to docker-build.yml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy authored Jul 18, 2024
1 parent f5a17f1 commit 0a42779
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 32 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Docker build

on:
push:
branches: [ "develop" ]
workflow_dispatch:
workflow_call:

jobs:
build:
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
32 changes: 0 additions & 32 deletions .github/workflows/docker-compose-build.yml

This file was deleted.

0 comments on commit 0a42779

Please sign in to comment.