mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
Full setup for docker build
This commit is contained in:
parent
d24d9a7fd0
commit
2ec5e27a40
14
.github/workflows/docker.yml
vendored
14
.github/workflows/docker.yml
vendored
@ -2,16 +2,24 @@ name: "Run docker build and deploy"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
tags: [ '*' ]
|
||||
|
||||
jobs:
|
||||
call-test-workflow:
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2.4.2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
workflow_call:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
tags-ignore: [ '*' ]
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user