Skip to content

Commit 5a4b83a

Browse files
authored
ci(dev/airflow): debug airflow workflow (#800)
1 parent 7a4af85 commit 5a4b83a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dev_airflow.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
product-name: ${{ env.PRODUCT_NAME }}
5656
product-version: ${{ matrix.versions }}
5757
build-cache-nexus-password: ${{ secrets.BUILD_CACHE_NEXUS_PASSWORD }}
58+
- name: debug
59+
run: |
60+
set -x
61+
cat bake-target-tags
62+
DIGEST=$(docker images --digests "$(< bake-target-tags)" --format '{{.Digest}}')
63+
echo "DIGEST=$DIGEST"
5864
- name: Publish Product Image
5965
uses: ./.github/actions/publish-image
6066
with:

0 commit comments

Comments
 (0)