Skip to content

Delete .github/workflows/publish.edyml #12

Delete .github/workflows/publish.edyml

Delete .github/workflows/publish.edyml #12

Workflow file for this run

on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-22.04
permissions:
packages: write
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Login to container repository
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push project
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: |

Check failure on line 29 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 29, Col: 17): Unexpected symbol: '|'. Located at position 25 within expression: github.repository_owner | lowercase
ghcr.io/${{ github.repository_owner | lowercase }}/mk-docs:latest
ghcr.io/${{ github.repository_owner | lowercase }}/mk-docs:${{ github.run_number }}