Skip to content

Take out show-progress from wget, add in section about how to run in … #10

Take out show-progress from wget, add in section about how to run in …

Take out show-progress from wget, add in section about how to run in … #10

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"