Skip to content

Fix: workflow name conflict #7

Fix: workflow name conflict

Fix: workflow name conflict #7

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/notifications/api:latest