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.
1 parent 0009b62 commit 68d039eCopy full SHA for 68d039e
.github/workflows/puppeteer-container.yml
@@ -76,7 +76,9 @@ jobs:
76
# env variables are not available at this level, only in steps:
77
# https://github.com/actions/runner/issues/2394
78
# so registry has to be hardcoded
79
- container: ghcr.io/${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
+ container:
80
+ image: ghcr.io/${{ needs.prepare.outputs.name }}:${{ needs.prepare.outputs.version }}
81
+ options: --user root
82
83
steps:
84
- uses: actions/checkout@v4
0 commit comments