Skip to content

Cleaning up a ton of shit #163

Cleaning up a ton of shit

Cleaning up a ton of shit #163

Workflow file for this run

name: Docker Image CI
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v3
- id: version
run: |
python -m venv ./venv
./venv/bin/pip install dunamai
echo "APP_VERSION=$(dunamai from git --style pep440)" >> $GITHUB_OUTPUT
- uses: docker/build-push-action@v6
with:
context: .
push: false
tags: ci
build-args:
APP_VERSION: ${{ steps.version.outputs.APP_VERSION }}

Check failure on line 30 in .github/workflows/docker-image.yml

View workflow run for this annotation

GitHub Actions / Docker Image CI

Invalid workflow file

The workflow is not valid. .github/workflows/docker-image.yml (Line: 30, Col: 11): A mapping was not expected