Skip to content

Update confirm.html #104

Update confirm.html

Update confirm.html #104

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish the Docker image
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: benmusch/mit-tab
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
dockerfile: Dockerfile.web
tags: latest
snapshot: true