kopia lustrzana https://github.com/kartoza/docker-postgis
Fix tag name
rodzic
e703e86431
commit
8cca0c8007
|
@ -80,7 +80,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorRelease }}.${{ matrix.postgisMinorRelease }}
|
tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }}
|
||||||
build-args: |
|
build-args: |
|
||||||
DISTRO=${{ matrix.distro }}
|
DISTRO=${{ matrix.distro }}
|
||||||
IMAGE_VERSION=${{ matrix.imageVersion }}
|
IMAGE_VERSION=${{ matrix.imageVersion }}
|
||||||
|
@ -223,7 +223,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: ${{ github.ref == env.latest-ref }}
|
push: ${{ github.ref == env.latest-ref }}
|
||||||
tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorRelease }}.${{ matrix.postgisMinorRelease }}
|
tags: ${{ secrets.DOCKERHUB_REPO }}/postgis:${{ matrix.postgresMajorVersion }}-${{ matrix.postgisMajorVersion }}.${{ matrix.postgisMinorRelease }}
|
||||||
build-args: |
|
build-args: |
|
||||||
DISTRO=${{ matrix.distro }}
|
DISTRO=${{ matrix.distro }}
|
||||||
IMAGE_VERSION=${{ matrix.imageVersion }}
|
IMAGE_VERSION=${{ matrix.imageVersion }}
|
||||||
|
|
Ładowanie…
Reference in New Issue