Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Dec 12, 2024
1 parent c7cbf1e commit 02637d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-dev:
runs-on: ubuntu-latest
runs-on: docker-builder-amd
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-dev:
runs-on: ubuntu-latest
runs-on: docker-builder-amd
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 02637d5

Please sign in to comment.