We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4af85 commit 5a4b83aCopy full SHA for 5a4b83a
.github/workflows/dev_airflow.yaml
@@ -55,6 +55,12 @@ jobs:
55
product-name: ${{ env.PRODUCT_NAME }}
56
product-version: ${{ matrix.versions }}
57
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"
64
- name: Publish Product Image
65
uses: ./.github/actions/publish-image
66
with:
0 commit comments