Skip to content

Merge branch 'main' of https://github.com/djoamersfoort/media #13

Merge branch 'main' of https://github.com/djoamersfoort/media

Merge branch 'main' of https://github.com/djoamersfoort/media #13

Workflow file for this run

name: API
on:
push:
branches:
- main
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