Skip to content

Commit a627287

Browse files
Update datahub-actions-docker.yml
1 parent 8b1d327 commit a627287

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/datahub-actions-docker.yml

+10
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
steps:
6565
- name: Check out the repo
6666
uses: actions/checkout@v4
67+
- name: Setup Outputs
68+
run: |
69+
echo "GITHUB_REF: $GITHUB_REF"
70+
echo "unique_tag=${{ needs.setup.outputs.unique_tag }}"
71+
echo "tracking_tag=${{ needs.setup.outputs.tracking_tag }}"
6772
- name: Docker meta
6873
id: docker_meta
6974
uses: docker/metadata-action@v5
@@ -101,6 +106,11 @@ jobs:
101106
steps:
102107
- name: Check out the repo (slim)
103108
uses: actions/checkout@v3
109+
- name: Setup Outputs
110+
run: |
111+
echo "GITHUB_REF: $GITHUB_REF"
112+
echo "unique_tag=${{ needs.setup.outputs.unique_tag }}"
113+
echo "tracking_tag=${{ needs.setup.outputs.tracking_tag }}"
104114
- name: Docker meta (slim)
105115
id: docker_meta_slim
106116
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)