File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ jobs:
96
96
97
97
- name : Login to dockerhub
98
98
uses : docker/login-action@v3
99
- if : ${{ (github.repository == 'postgis/docker-postgis') && github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') }}
99
+ if : ${{ (github.repository == 'postgis/docker-postgis') && ( github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') }}
100
100
with :
101
101
username : ${{ secrets.DOCKERHUB_USERNAME }}
102
102
password : ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
103
103
104
104
- name : Push docker image to dockerhub
105
105
# !!!! ONLY push the images when built on ubuntu-24.04 x86 runner for now, NOT for ubuntu-24.04-arm runners
106
- if : ${{ (github.repository == 'postgis/docker-postgis') && github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') && ( matrix.runner-platform == 'ubuntu-24.04' ) }}
106
+ if : ${{ (github.repository == 'postgis/docker-postgis') && ( github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') && ( matrix.runner-platform == 'ubuntu-24.04' ) }}
107
107
env :
108
108
DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
109
109
DOCKERHUB_ACCESS_TOKEN : ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments