Skip to content

Commit

Permalink
Attempting to fix self-hosted label
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jun 3, 2024
1 parent 8eb32ba commit 1c3d6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-containerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
build:
name: Build and push container image
runs-on: ${{ matrix.platform == 'linux/arm64' && 'self-hosted-linux-arm64' || 'ubuntu-latest' }}
runs-on: ${{ matrix.platform == 'linux/arm64' && 'self-hosted' || 'ubuntu-latest' }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 1c3d6d9

Please sign in to comment.