Skip to content

Commit

Permalink
[CD][Hai] change VM for deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiHungNguyenn committed Feb 3, 2024
1 parent 9424ec7 commit c8cb410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
outputs:
outputs:
version: ${{ steps.version.outputs.version-without-v }}

steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: docker push ${{ env.IMAGE_NAME }}:${{ steps.version.outputs.version-without-v }}
deploy:
needs: publish
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
Expand Down

0 comments on commit c8cb410

Please sign in to comment.