Skip to content

Commit

Permalink
Update deploy-development-docker-image.yml (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
opourazar authored Oct 23, 2024
2 parents a61990b + 950cb61 commit 400b238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-development-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-and-push-image:
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-image-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build-and-push-image:
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit 400b238

Please sign in to comment.