Skip to content

Commit

Permalink
fix: try using default GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Jun 21, 2024
1 parent 86dff1b commit 0061bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
runs-on: warp-ubuntu-latest-x64-16x
# runs-on: warp-ubuntu-latest-x64-16x
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 0061bf5

Please sign in to comment.