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 442a629 commit d3ee1a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
build_docker:
runs-on: self-hosted
steps:
- run: echo $LANG
- run: git clone -b $GITHUB_REF_NAME [email protected]:SystemsPurge/controller.git
- run: cd controller.git
- run: docker build --tag $CRI:$GITHUB_REF_NAME .
- run: cd ..
- run: rm -rf controller.git

deploy_docker:
runs-on: self-hosted
Expand Down

0 comments on commit d3ee1a0

Please sign in to comment.