Skip to content

Commit

Permalink
Merge pull request #567 from mallardduck/switch-head-builds-to-hosted
Browse files Browse the repository at this point in the history
Adjust some names and runner targets

(cherry picked from commit 27e5c44)
  • Loading branch information
mallardduck committed Aug 30, 2024
1 parent 0b600ea commit dcccfc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name : Branch Head Prerelease Images & artifacts (via goreleaser)
name : Branch head Prerelease Images

on:
push:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
contents : read
id-token: write
name : Build and push BRO images
runs-on : ubuntu-latest
runs-on : runs-on,image=ubuntu22-full-${{ matrix.arch }},runner=4cpu-linux-${{ matrix.arch }},run-id=${{ github.run_id }}
steps:
- name : "Read vault secrets"
uses : rancher-eio/read-vault-secrets@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
contents : read
id-token: write
name : Build and push BRO images
runs-on : ubuntu-latest
runs-on : runs-on,image=ubuntu22-full-${{ matrix.arch }},runner=4cpu-linux-${{ matrix.arch }},run-id=${{ github.run_id }}
steps:
- name : "Read vault secrets"
uses : rancher-eio/read-vault-secrets@main
Expand Down

0 comments on commit dcccfc8

Please sign in to comment.