Skip to content

Commit 515c871

Browse files
committed
ci: add logging
1 parent d32f516 commit 515c871

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
type=sha,prefix={{branch}}-
8181
type=ref,event=branch
8282
type=raw,value=latest,enable={{is_default_branch}}
83+
84+
- name: Log Step outputs
85+
run: |
86+
echo "Node version: ${{ steps.setup-node.outputs.node-version }}"
87+
echo "Tags: ${{ steps.meta.outputs.tags }}"
88+
echo "Labels: ${{ steps.meta.outputs.labels }}"
8389
8490
- name: Build and push Docker image
8591
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)