Skip to content

Updated lock file

Updated lock file #27

Workflow file for this run

name: Docker Image
on:
workflow_dispatch:
push:
branches:
- master
- repo-consistency
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: praekeltfoundation/who-reminder-scheduler
tag_with_ref: true
tag_with_sha: true