From 84ea6053fc3de89ad37a3e15af46107d63a29479 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 3 Mar 2024 13:38:50 +0300 Subject: [PATCH] Remove unnecessary echo step and add echo step to display metadata outputs Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index c2e5e71..2294859 100644 --- a/action.yml +++ b/action.yml @@ -43,10 +43,6 @@ runs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: echo - run: echo - shell: bash - - id: meta name: Extract Metadata uses: docker/metadata-action@v5 @@ -66,6 +62,10 @@ runs: type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{version}},priority=9999 #1 + - name: echo + run: echo "${{ steps.meta.outputs }}" + shell: bash + - name: Login to Registry uses: docker/login-action@v3 with: