Skip to content

Commit

Permalink
fix(workflows): Fix typo in webinstall workflow (#1366)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <[email protected]>
Approved-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung authored Mar 4, 2024
2 parents fe137bd + a00bf25 commit 3266c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
push: true
tags: ghcr.io/unikraft/kraftkit/webinstall:latest
platforms: linux/amd64
file: ./tool/webinstall/Dockerfile
file: ./tools/webinstall/Dockerfile
secrets: |
GIT_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3266c84

Please sign in to comment.