Skip to content

Chore(deps): Update uvicorn requirement in /api/app (#6) #21

Chore(deps): Update uvicorn requirement in /api/app (#6)

Chore(deps): Update uvicorn requirement in /api/app (#6) #21

Workflow file for this run

name: API
on:
push:
branches:
- main
paths:
- api/**
workflow_dispatch: {}
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/[email protected]
with:
file: api/Dockerfile
context: api
push: true
tags: ghcr.io/djoamersfoort/media/api:latest