Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
monacoremo committed Sep 20, 2021
1 parent e8eca1c commit 2a9f6f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,10 @@ jobs:
- name: Update descriptions on Docker Hub
env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
run: postgrest-release-dockerhub-description
run: |
if [[ -z "$ISPRERELEASE" ]]; then
echo "Updating description on Docker Hub..."
postgrest-release-dockerhub-description
else
echo "Skipping updating description for pre-release..."
fi

0 comments on commit 2a9f6f4

Please sign in to comment.