kopia lustrzana https://github.com/kartoza/docker-postgis
Update action checks (#367)
rodzic
fcec79d052
commit
3bddd8c1c8
|
@ -82,7 +82,7 @@ jobs:
|
||||||
bash ./test.sh
|
bash ./test.sh
|
||||||
|
|
||||||
push-internal-pr-images:
|
push-internal-pr-images:
|
||||||
if: github.event_name == 'pull_request' && github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url
|
if: github.event.pull_request.base.repo.url == github.event.pull_request.head.repo.url
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ run-scenario-tests ]
|
needs: [ run-scenario-tests ]
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: ${{ secrets.DOCKERHUB_REPO}}/postgis
|
images: ${{ secrets.DOCKERHUB_REPO}}/postgis
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern=\d-\d.\d
|
type=semver,pattern={{version}}
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue