8000
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 d2c54b3 commit cf9fc04Copy full SHA for cf9fc04
.github/workflows/ci.yaml
@@ -1021,7 +1021,10 @@ jobs:
1021
#if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
1022
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-22.04' }}
1023
permissions:
1024
- packages: write # Needed to push images to ghcr.io
+ # Necessary to push docker images to ghcr.io.
1025
+ packages: write
1026
+ # Necessary for GCP authentication (https://github.com/google-github-actions/setup-gcloud#usage)
1027
+ id-token: write
1028
env:
1029
DOCKER_CLI_EXPERIMENTAL: "enabled"
1030
outputs:
0 commit comments