Skip to content

Switch to gh registry #321

Switch to gh registry

Switch to gh registry #321

Workflow file for this run

name: Docker
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: hexlet-basics/exercises-action@release
with:
DOCKER_USERNAME: ${{ gihtub.actor }}

Check failure on line 18 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: 18, Col: 28): Unrecognized named-value: 'gihtub'. Located at position 1 within expression: gihtub.actor
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}