We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 758c703 + 7422489 commit 997e90fCopy full SHA for 997e90f
.github/workflows/ci.yml
@@ -87,10 +87,8 @@ jobs:
87
git_remote_url: "ssh://[email protected]:22/verify"
88
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
89
git_push_flags: '--force'
90
-
91
- name: Build image
92
- run: docker build -t scimverify-test .
93
+ run: docker build -t ghcr.io/limosa-io/scimverify:latest .
94
- name: Authenticate to GHCR
95
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
96
0 commit comments