File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
working-directory : frontend
28
28
- name : Push images
29
29
run : |
30
- docker tag boundfoxstudios/smudgy-api:$GITHUB_RUN_NUMBER registry.heroku.com/smudgy-api/web:$GITHUB_RUN_NUMBER
31
- docker tag boundfoxstudios/smudgy-web:$GITHUB_RUN_NUMBER registry.heroku.com/smudgy-web/web:$GITHUB_RUN_NUMBER
32
- docker push registry.heroku.com/smudgy-api/web:$GITHUB_RUN_NUMBER
33
- docker push registry.heroku.com/smudgy-web/web:$GITHUB_RUN_NUMBER
30
+ docker tag boundfoxstudios/smudgy-api:$GITHUB_RUN_NUMBER registry.heroku.com/smudgy-api/web
31
+ docker tag boundfoxstudios/smudgy-web:$GITHUB_RUN_NUMBER registry.heroku.com/smudgy-web/web
32
+ docker push registry.heroku.com/smudgy-api/web
33
+ docker push registry.heroku.com/smudgy-web/web
34
34
- name : Release images
35
35
env :
36
36
HEROKU_API_KEY : " ${{ secrets.HEROKU_API_TOKEN }}"
You can’t perform that action at this time.
0 commit comments