dynamic image name based on envs

This commit is contained in:
Christian Haschek
2023-03-22 22:53:47 +01:00
parent 312f18ade2
commit 7dac978d16

View File

@@ -20,7 +20,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE="hascheksolutions/pictshare"
DOCKER_IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
VERSION=latest
SHORTREF=${GITHUB_SHA::8}