Skip to content

Commit 758c703

Browse files
Merge pull request #11 from limosa-io:deploy-fix
fix docker image building
2 parents 9596c54 + 7e92a16 commit 758c703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install
2626

27-
- name: Build image
28-
run: docker build -t scimverify-test .
27+
- name: Build Docker image
28+
run: docker build -t ghcr.io/limosa-io/scimverify:latest .
2929

3030
- name: Test against Laravel SCIM Server
3131
run: |

0 commit comments

Comments
 (0)