This commit is contained in:
Pezhman Zandi 2026-09-07 17:19:20 +03:30 • committed by GitHub
commit e575087806
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
tests: tests:
uses: ./.github/workflows/run-tests.yml uses: ./.github/workflows/run-tests.yml
secrets: inherit secrets: {}
build: build:
needs: [tests] needs: [tests]
@ -108,4 +108,4 @@ jobs:
$(printf '${{ env.IMAGE }}@sha256:%s ' *) $(printf '${{ env.IMAGE }}@sha256:%s ' *)
- name: Inspect image - name: Inspect image
run: docker buildx imagetools inspect ${{ env.IMAGE }}:${{ github.sha }} run: docker buildx imagetools inspect ${{ env.IMAGE }}:${{ github.sha }}