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 367c2a1 commit 9a2d792
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
build_docker:
runs-on: self-hosted
steps:
- run: git clone -b $GITHUB_REF_NAME https://github.com/SystemsPurge/controller.git && \
cd controller.git && \
docker build --tag $CRI:$GITHUB_REF_NAME . && \
cd .. && \
rm -rf controller.git
- run: git clone -b $GITHUB_REF_NAME https://github.com/SystemsPurge/controller.git && cd controller.git && docker build --tag $CRI:$GITHUB_REF_NAME . && cd .. && rm -rf controller.git

deploy_docker:
runs-on: self-hosted
Expand Down

0 comments on commit 9a2d792

Please sign in to comment.