Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Oct 6, 2023
1 parent 314715f commit 1d4f5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
with:
file: ./docker/postgis/Dockerfile
context: "./docker/postgis/"
push: ${{github.event_name == 'push'}}
push: ${{github.event_name != 'pull_request'}}
tags: giohappy/postgis:${{ steps.image_tag.outputs.value }}

0 comments on commit 1d4f5f6

Please sign in to comment.