We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4477013 commit a89be58Copy full SHA for a89be58
1 file changed
.github/workflows/tide_build.yml
@@ -27,6 +27,7 @@ permissions:
27
checks: write
28
contents: read
29
pull-requests: write
30
+ packages: read
31
32
jobs:
33
check-nginx-config:
@@ -63,7 +64,7 @@ jobs:
63
64
name: tide_build
65
runs-on: ${{ inputs.runner }}
66
container:
- image: ghcr.io/dpc-sdp/bay/ci-builder:5.x
67
+ image: ghcr.io/dpc-sdp/bay/ci-builder:6.x
68
steps:
69
- name: Checkout code
70
uses: actions/checkout@v4
0 commit comments