Skip to content

Commit

Permalink
testing updating json
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Jan 20, 2024
1 parent fedfc0a commit 891e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 891e999

Please sign in to comment.