Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit af90bdc

Browse files
authored
Merge pull request #26 from githubtraining/docker-image-name-change
update docker image name
2 parents 85f39c4 + 0672277 commit af90bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/11_workflow-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All of this happens automatically once a pull request is merged!
3232
uses: mattdavis0351/actions/docker-gpr@v1
3333
with:
3434
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
35-
image-name: tic-tac-toe
35+
image-name: {{user.login}}-aws-ttt
3636
```
3737
1. Commit the workflow to this branch.
3838
@@ -99,5 +99,5 @@ jobs:
9999
uses: mattdavis0351/actions/docker-gpr@v1
100100
with:
101101
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
102-
image-name: tic-tac-toe
102+
image-name: {{user.login}}-aws-ttt
103103
```

0 commit comments

Comments
 (0)