Skip to content

Update to gradle 8.8 and push base image with version #7

Update to gradle 8.8 and push base image with version

Update to gradle 8.8 and push base image with version #7

Workflow file for this run

name: Create docker images
on:
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Template Dockerfiles, build and push images
run: "./docker-build.sh"