Merge pull request #40 from StevanFreeborn/stevanfreeborn/chore/update-deploy-workflow

chore: use proper runner label
This commit is contained in:
Stevan Freeborn
2025-09-27 23:29:41 -05:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ on:
jobs:
build:
name: Build and push Docker image
runs-on: ubuntu-latest-arm
runs-on: ubuntu-24.04-arm
outputs:
version: ${{ steps.version.outputs.version }}
steps: