File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_call :
55jobs :
66 publish :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-24.04-arm
88 permissions :
99 contents : write
1010 packages : write
1111 id-token : write
1212 steps :
13+ - name : Login to GitHub Container Registry
14+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
15+ with :
16+ registry : ghcr.io
17+ username : ${{ github.repository_owner }}
18+ password : ${{ secrets.GITHUB_TOKEN }}
1319 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1420 with :
1521 ref : main
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ ENTRYPOINT [ "/manager" ]
44USER 65532:65532
55COPY ${TARGETPLATFORM}/manager /manager
66
7- LABEL org.opencontainers.image.source "https://github.com/alphagov/govuk-job-request-operator"
7+ LABEL org.opencontainers.image.source= "https://github.com/alphagov/govuk-job-request-operator"
You can’t perform that action at this time.
0 commit comments