Update action checks (#367)

pull/369/head
Dominic Schaff 2022-02-14 09:36:52 +02:00 zatwierdzone przez GitHub
rodzic fcec79d052
commit 3bddd8c1c8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ jobs:
bash ./test.sh
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
needs: [ run-scenario-tests ]
strategy:
@ -114,7 +114,7 @@ jobs:
with:
images: ${{ secrets.DOCKERHUB_REPO}}/postgis
tags: |
type=semver,pattern=\d-\d.\d
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr