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.
1 parent 758c703 commit 7422489Copy full SHA for 7422489
.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