Skip to content

Commit 997e90f

Browse files
Merge pull request #12 from limosa-io:pipeline-fix-image-name
docker image fix
2 parents 758c703 + 7422489 commit 997e90f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,8 @@ jobs:
8787
git_remote_url: "ssh://[email protected]:22/verify"
8888
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
8989
git_push_flags: '--force'
90-
9190
- name: Build image
92-
run: docker build -t scimverify-test .
93-
91+
run: docker build -t ghcr.io/limosa-io/scimverify:latest .
9492
- name: Authenticate to GHCR
9593
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
9694

0 commit comments

Comments
 (0)