Skip to content

Merge pull request #1 from ak2466/alex-development #3

Merge pull request #1 from ak2466/alex-development

Merge pull request #1 from ak2466/alex-development #3

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