We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 565b61f + d6c6f0e commit 19c259eCopy full SHA for 19c259e
.github/workflows/Docker.yml
@@ -15,5 +15,5 @@ jobs:
15
steps:
16
- uses: hexlet-basics/exercises-action@release
17
with:
18
- DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
19
- DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
+ DOCKER_USERNAME: ${{ github.actor }}
+ DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
spec.yml
@@ -1,7 +1,7 @@
1
---
2
3
language:
4
- docker_image: "hexletbasics/exercises-python"
+ docker_image: "ghcr.io/hexlet-basics/exercises-python"
5
extension: python
6
exercise_filename: index.py
7
exercise_test_filename: test_code.py
0 commit comments