Skip to content

Removing dockerfile prod and path change to regular on (#1531) #5

Removing dockerfile prod and path change to regular on (#1531)

Removing dockerfile prod and path change to regular on (#1531) #5

Workflow file for this run

name: Docker image CI
on:
push:
branches: ['master']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Image
run: |
docker build . --tag ghcr.io/tl-its-umich-edu/my-learning-analytics:latest
docker push ghcr.io/tl-its-umich-edu/my-learning-analytics:latest