Skip to content

Commit

Permalink
Needed to add double quotes to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Dec 16, 2024
1 parent 0ee6b71 commit 7c10324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twostep-container-build/examples/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ARG GH_SHA=undefined

FROM ghcr.io/cdcgov/cfa-actions:${TAG}

LABEL GH_SHA=${GH_SHA}
LABEL GH_SHA="${GH_SHA}"
COPY twostep-container-build/examples/Containerfile /app/.
CMD ["bash"]

0 comments on commit 7c10324

Please sign in to comment.