Skip to content

Go back to pushing base image #9

Go back to pushing base image

Go back to pushing base image #9

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"