Skip to content

Commit 01700ab

Browse files
authored
ci: fix build workflow
1 parent 84f2aff commit 01700ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ jobs:
330330
echo "=========================================================================="
331331
echo "Collecting statics..."
332332
echo "=========================================================================="
333-
sudo docker run --rm --name collectstatics -v $(pwd):/workspace ghcr.io/ietf-tools/datatracker-app-base:$TARGET_BASE sh dev/build/collectstatics.sh
333+
echo "Using ghcr.io/ietf-tools/datatracker-app-base:${{ env.TARGET_BASE }}"
334+
sudo docker run --rm --name collectstatics -v $(pwd):/workspace ghcr.io/ietf-tools/datatracker-app-base:${{ env.TARGET_BASE }} sh dev/build/collectstatics.sh
334335
echo "Pushing statics..."
335336
cd static
336337
aws s3 sync . s3://static/dt/$PKG_VERSION --only-show-errors

0 commit comments

Comments
 (0)