Skip to content

Commit f4289e9

Browse files
committed
try build images
1 parent 8e42e41 commit f4289e9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/integration_attester_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ jobs:
4343
fi
4444
done
4545
46+
- name: Build Docker images (compose)
47+
run: |
48+
set -euo pipefail
49+
echo "Building images"
50+
docker compose -f .github/compose/stack/docker-compose.yml build --pull
51+
docker images | awk 'NR==1 || /integration-tests-binaries/ {print}' || true
52+
4653
- name: Set up Go
4754
uses: actions/setup-go@v5
4855
with:

0 commit comments

Comments
 (0)