Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemsPurge authored Nov 6, 2024
1 parent 690124a commit 442a629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
build_docker:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- run: echo $LANG
- run: docker build --tag $CRI:$GITHUB_REF_NAME .

deploy_docker:
runs-on: ubuntu-latest
runs-on: self-hosted
needs: [build_docker]
steps:
- run: docker login -u $CRU -p $CRP $CR
Expand Down

0 comments on commit 442a629

Please sign in to comment.