fix env's
This commit is contained in:
parent
af707cd549
commit
4be0e11cd3
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@ -15,6 +15,11 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [published, edited]
|
types: [published, edited]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
REGISTRY: ghcr.io
|
||||||
|
IMAGE_NAME: elliotmatson/pgadmin-config-creator
|
||||||
|
DOCKER_IMAGE: elliotmatson/docker-davinci-resolve-project-server
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
@ -51,8 +56,8 @@ jobs:
|
|||||||
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
|
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/elliotmatson/pgadmin-config-creator
|
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
elliotmatson/docker-davinci-resolve-project-server
|
${{ env.DOCKER_IMAGE }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
|
Loading…
Reference in New Issue
Block a user