Skip to content

Commit

Permalink
Fix building loginhelper in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 27, 2024
1 parent 219797e commit 825ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
cache-from: ${{ env.GHCR_REGISTRY_LOGINHELPER_IMAGE }}/loginhelper:latest
pull: true
file: ./cmd/dummybridge/Dockerfile
file: ./cmd/loginhelper/Dockerfile
tags: |
${{ env.GHCR_REGISTRY_LOGINHELPER_IMAGE }}:${{ github.sha }}
${{ env.GHCR_REGISTRY_LOGINHELPER_IMAGE }}:latest
Expand Down

0 comments on commit 825ae68

Please sign in to comment.