Skip to content

Commit

Permalink
undo changes to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
KanBen86 committed Jun 17, 2024
1 parent a6a2e53 commit cd51322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:

build:

runs-on: trixie-slim
runs-on: ubuntu-latest
permissions: write-all
defaults:
run:
working-directory: app/backend

steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
Expand Down

0 comments on commit cd51322

Please sign in to comment.