Skip to content

Bump eclipse-temurin from 17 to 21 in /pit-service #24

Bump eclipse-temurin from 17 to 21 in /pit-service

Bump eclipse-temurin from 17 to 21 in /pit-service #24

Workflow file for this run

name: Docker image build
on:
schedule:
- cron: '42 0 1 * *' # Mondays, 00:42 UTC
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Build images that are not available on docker hub
run: docker compose build