From 891e9995c31e80c8c83cf5f5c9d735a498099c92 Mon Sep 17 00:00:00 2001 From: its-a-feature Date: Sat, 20 Jan 2024 13:04:55 -0600 Subject: [PATCH] testing updating json --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f728d19..f6f8ad2 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -110,7 +110,7 @@ jobs: with: file: config.json field: remote_image - value: ${REGISTRY}/${AGENT_IMAGE_NAME}:${VERSION} + value: ${{env.REGISTRY}}/${{env.AGENT_IMAGE_NAME}}:${{env.VERSION}} # Push the changes to the Dockerfile - name: Push the updated base Dockerfile image reference changes