File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
- run : docker build -t playwright-python:localbuild .
38
38
- name : tag & publish
39
39
run : |
40
- # ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/ python:next
41
- # ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/ python:next-focal
42
- ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright/ python:sha-${{ github.sha }}
40
+ ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright- python:next
41
+ ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright- python:next-focal
42
+ ./scripts/tag_image_and_push.sh playwright-python:localbuild playwright.azurecr.io/public/playwright- python:sha-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments