Add braces to variable for consistency
This commit is contained in:
parent
7d883a490b
commit
2a8e67ebce
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG RUNNER_VERSION=6.3.1
|
|||
|
||||
ARG GITHUB_RUN_ID
|
||||
|
||||
RUN echo $GITHUB_RUN_ID > /.github_run_id
|
||||
RUN echo ${GITHUB_RUN_ID} > /.github_run_id
|
||||
|
||||
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo vim setpriv git nodejs22 diffutils
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue