Skip to content

commit before moving to flexbox #23

commit before moving to flexbox

commit before moving to flexbox #23

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Public to Registry
uses: elgohr/Publish-Docker-Github-Action@v4
with:
name: ethancedwards8/ethancedwards
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}