Skip to content

use toLowerCase for repo name and bump to 0.1.3 #2

use toLowerCase for repo name and bump to 0.1.3

use toLowerCase for repo name and bump to 0.1.3 #2

Workflow file for this run

name: Build and Push Docker Image to GHCR.io
on:
push:
branches:
- master # Trigger on commits to the master branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: |

Check failure on line 24 in .github/workflows/docker-build.yml

View workflow run for this annotation

GitHub Actions / Build and Push Docker Image to GHCR.io

Invalid workflow file

The workflow is not valid. .github/workflows/docker-build.yml (Line: 24, Col: 17): Unexpected symbol: '|'. Located at position 25 within expression: github.repository_owner | toLowerCase
ghcr.io/${{ github.repository_owner | toLowerCase }}/claimm:latest
ghcr.io/${{ github.repository_owner | toLowerCase }}/claimm:${{ github.sha }}