Skip to content

the library is closed for renovations #53

the library is closed for renovations

the library is closed for renovations #53

Workflow file for this run

name: Deploy to Dockerhub
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Dockerhub Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: jackharrhy/jackharrhy.com
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}