mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 20:17:42 +00:00
Check output from buildx
This commit is contained in:
4
.github/workflows/test-integration.yml
vendored
4
.github/workflows/test-integration.yml
vendored
@@ -23,6 +23,10 @@ jobs:
|
||||
echo "Flags: ${{ steps.buildx.outputs.flags }}"
|
||||
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
|
||||
|
||||
- name: check buildx version
|
||||
run: docker buildx version
|
||||
shell: bash
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v14.1
|
||||
|
Reference in New Issue
Block a user