Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Jun 28, 2024
1 parent 6bd9343 commit f199919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
name: neon-${{ runner.os }}-${{ runner.arch }}-release-artifact
path: /tmp/neon/
prefix: 95038653d5f0fe416fbd51ab3296c44b8bf90e36/9703932965/1
prefix: 0794b0a03498fe32c3445a401b19a6fb67da535a/9715565256/1

- run: |
mv /tmp/neon ./neon
Expand All @@ -92,7 +92,7 @@ jobs:
EOF
cat <<'EOF' > Dockerfile
FROM neondatabase/build-tools:c6b377d375d8870e78a1ffb05ccdc14e101f4e7eb8841b275c23674fb66e088d
FROM neondatabase/build-tools:c5b33e139c1d8314370f29c76feaab6c14ec51f17ee1d9875c30c9077baf3844
COPY neon /tmp/neon
ENV LD_LIBRARY_PATH=/tmp/neon/pg_install/v16/lib:$LD_LIBRARY_PATH
Expand All @@ -111,7 +111,7 @@ jobs:
push: true
pull: true
file: Dockerfile
tags: neondatabase/test:pr-8167
tags: neondatabase/test:pr-8167-ssl32

- name: Remove custom docker config directory
if: always()
Expand Down

0 comments on commit f199919

Please sign in to comment.