Skip to content

Docker v0.1

Docker v0.1 #9

Workflow file for this run

name: Publish Docker
on:
release:
types: [created]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
submodules: true
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: glowstudent/youversion-api
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
default_branch: main