We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32f516 commit 515c871Copy full SHA for 515c871
1 file changed
.github/workflows/deploy.yml
@@ -80,6 +80,12 @@ jobs:
80
type=sha,prefix={{branch}}-
81
type=ref,event=branch
82
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 }}"
89
90
- name: Build and push Docker image
91
uses: docker/build-push-action@v5
0 commit comments