Skip to content

Remove old pip requirements file #2

Remove old pip requirements file

Remove old pip requirements file #2

Workflow file for this run

name: ci
on:
push:
branches:
- "16.0"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to ghcr.io
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags:
- ghcr.io/${{ github.repository }}:latest

Check failure on line 25 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 25, Col: 12): A sequence was not expected
- ghcr.io/${{ github.repository }}:${{ github.event.push.head.sha }}