This commit is contained in:
platane
2022-03-24 10:41:39 +01:00
parent 596f066016
commit 3e1537c4c7
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: update action.yml
run: |
cat action.yml | sed "s/image: .*/image: Dockerfile" > action.yml
sed -i "s/image: .*/image: Dockerfile/" action.yml
- name: generate-snake-game-from-github-contribution-grid
id: generate-snake

View File

@@ -56,7 +56,7 @@ jobs:
- name: update action.yml
run: |
cat action.yml | sed "s/image: .*/image: docker:\/\/platane\/snk:${{ steps.docker-build.outputs.digest }}/" > action.yml
sed -i "s/image: .*/image: docker:\/\/platane\/snk:${{ steps.docker-build.outputs.digest }}/" action.yml
- uses: actions/setup-node@v2
with: