Skip to content

fixup! test CI

fixup! test CI #1

Workflow file for this run

name: Docker
# on:
# workflow_run:
# workflows: ["PyPI"]
# types:
# - completed
on:
push:
branches:
- "gardena/eb/ci"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v6.6.1
with:
context: .
build-args:
- GOOSEBIT_VERSION=0.1.2

Check failure on line 28 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / Docker

Invalid workflow file

The workflow is not valid. .github/workflows/docker.yml (Line: 28, Col: 13): A sequence was not expected
file: ./Dockerfile
push: false
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
# - name: Deploy website
# run: poetry run mkdocs gh-deploy