Skip to content

Commit

Permalink
ci: make buildkit remote endpoint a var
Browse files Browse the repository at this point in the history
  • Loading branch information
si0ls committed Apr 4, 2024
1 parent 91ef304 commit 97e7e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
driver: remote
endpoint: tcp://buildkit:1234
endpoint: ${{ vars.BUILDKIT_REMOTE_ENDPOINT }}

- name: Cache U-Boot build
id: cache-u-boot-build
Expand Down

0 comments on commit 97e7e22

Please sign in to comment.