Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/spectro-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
builder:
# edge-runner machine group is a bunch of machines in US Datacenter
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, capi]
# Initialize all secrets required for the job
# Ensure that the credentials are provided as encrypted secrets
env:
Expand All @@ -41,6 +41,11 @@ jobs:
echo "FIPS_REGISTRY=us-east1-docker.pkg.dev/spectro-images/dev-fips/cluster-api" >> $GITHUB_ENV
-
uses: actions/checkout@v3
-
name: Necessary Setup
run: |
sudo chmod 666 /var/run/docker.sock
sudo systemctl restart docker
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
Loading