Compare commits
2 Commits
a0a12c5171
...
34041089d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 34041089d7 | |||
| 40ef106dda |
@@ -10,7 +10,10 @@ jobs:
|
||||
runs-on: production
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
run: |
|
||||
git config --global --add safe.directory '*'
|
||||
rm -rf * .git || true
|
||||
git clone --depth 1 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git .
|
||||
|
||||
- name: Build Docker Image
|
||||
run: docker build -t bootstrap-auth-server:latest .
|
||||
|
||||
Reference in New Issue
Block a user