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 d3ee1a0 commit 2bb9a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_docker:
runs-on: self-hosted
steps:
- run: git clone -b $GITHUB_REF_NAME git@github.com:SystemsPurge/controller.git
- run: git clone -b $GITHUB_REF_NAME https://github.com/SystemsPurge/controller.git
- run: cd controller.git
- run: docker build --tag $CRI:$GITHUB_REF_NAME .
- run: cd ..
Expand Down

0 comments on commit 2bb9a91

Please sign in to comment.