Skip to content

Commit

Permalink
revert runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed May 3, 2024
1 parent 32b8407 commit ac9b280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

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

outputs:
version: ${{ steps.version.outputs.version }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
retention-days: 1

merge:
runs-on: self-hosted
runs-on: ubuntu-latest

needs:
- build
Expand Down

0 comments on commit ac9b280

Please sign in to comment.