Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvc authored Dec 26, 2023
1 parent ef28c2f commit d9231b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -33,4 +33,4 @@ jobs:
context: .
push: true
tags: |
${{ env.CONTAINER_RELEASE_IMAGE }}
${{ env.CONTAINER_RELEASE_IMAGE }}

0 comments on commit d9231b3

Please sign in to comment.