Skip to content

Merge branch 'ao994:main' into main #5

Merge branch 'ao994:main' into main

Merge branch 'ao994:main' into main #5

Workflow file for this run

name: Docker Build CI
on:
push
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
docker login --username ak2466 --password ${{ secrets.ACCESS_TOKEN }} ghcr.io

Check failure on line 13 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
docker-compose up --build
docker push ghcr.io/ak2466/plantpals:latest