Skip to content

chore(deps): bump wagoid/commitlint-github-action from 4 to 6 #320

chore(deps): bump wagoid/commitlint-github-action from 4 to 6

chore(deps): bump wagoid/commitlint-github-action from 4 to 6 #320

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docker:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Configure gradle.properties
run: |
cat <<EOF >> gradle.properties
maven.credentials.username=${{ secrets.MAVEN_REPOSITORY_USERNAME }}
maven.credentials.password=${{ secrets.MAVEN_REPOSITORY_PASSWORD }}
EOF
- name: Build docker image
run: |
docker build .