fix env's

This commit is contained in:
Elliot Matson 2022-08-31 08:26:50 -05:00 committed by GitHub
parent af707cd549
commit 4be0e11cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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