Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-08 02:59:23 +09:00
parent 3c7334f11d
commit c0f7ed4d7c

View File

@ -180,7 +180,7 @@ jobs:
- name: Test Output
id: meta
run: |
echo "${{ steps.meta_release.outputs.tags }}"
echo "${{ fromJSON(steps.meta_release.outputs.json).labels['org.opencontainers.image.revision'] }}"
echo "${{ steps.meta_release.outputs }}"
#echo "${{ fromJSON(steps.meta_release.outputs.json).labels['org.opencontainers.image.revision'] }}"
echo "${{ steps.meta_trunk.outputs.tags }}"
echo "${{ fromJSON(steps.meta_trunk.outputs.json).labels['org.opencontainers.image.revision'] }}"