Skip to content

Commit 0061bf5

Browse files
committed
fix: try using default GH runners
1 parent 86dff1b commit 0061bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_push_docker_image.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
push_to_registry:
1010
name: Push Docker image to GitHub Packages
11-
runs-on: warp-ubuntu-latest-x64-16x
11+
# runs-on: warp-ubuntu-latest-x64-16x
12+
runs-on: ubuntu-latest
1213
permissions:
1314
contents: read
1415
packages: write

0 commit comments

Comments
 (0)