Skip to content

Commit bd34017

Browse files
authored
Merge pull request #13 from alphagov/samsimpson1/release-fixes
Publish workflow fixes
2 parents 0249f99 + 0524c6c commit bd34017

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ on:
44
workflow_call:
55
jobs:
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

goreleaser.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ENTRYPOINT [ "/manager" ]
44
USER 65532:65532
55
COPY ${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"

0 commit comments

Comments
 (0)