Commit 8366055 1 parent b157918 commit 8366055 Copy full SHA for 8366055
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -92,20 +92,20 @@ jobs:
92
92
cache-from : type=gha,version=1
93
93
cache-to : type=gha,version=1,mode=max
94
94
95
- - name : Get Container Image Tag Name
96
- id : image_name
97
- run : |
98
- echo "image_name=$(echo '${{ fromJSON(steps.docker.outputs.metadata)['image.name'] }}' | sed 's/,.*$//')" >> $GITHUB_OUTPUT
99
-
100
- - name : Test Build of PX4 with Container
101
- uses : addnab/docker-run-action@v3
102
- with :
103
- image : ${{ steps.image_name.outputs.image_name }}
104
- options : -v ${{ github.workspace }}:/workspace
105
- run : |
106
- cd /workspace
107
- git config --global --add safe.directory /workspace
108
- make px4_sitl_default
95
+ # - name: Get Container Image Tag Name
96
+ # id: image_name
97
+ # run: |
98
+ # echo "image_name=$(echo '${{ fromJSON(steps.docker.outputs.metadata)['image.name'] }}' | sed 's/,.*$//')" >> $GITHUB_OUTPUT
99
+
100
+ # - name: Test Build of PX4 with Container
101
+ # uses: addnab/docker-run-action@v3
102
+ # with:
103
+ # image: ${{ steps.image_name.outputs.image_name }}
104
+ # options: -v ${{ github.workspace }}:/workspace
105
+ # run: |
106
+ # cd /workspace
107
+ # git config --global --add safe.directory /workspace
108
+ # make px4_sitl_default
109
109
110
110
deploy :
111
111
name : Deploy To Registry
You can’t perform that action at this time.
0 commit comments