File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ task default: %i[rubocop spec integration]
1414desc 'Build the ONA development container with podman'
1515task :build_onadev_container do
1616 unless system ( 'podman image exists localhost/ona-dev:latest' )
17- ` podman login docker.io`
17+ system ( ' podman login docker.io' )
1818 `git clone https://github.com/opennetadmin/ona onadev`
1919 `podman build --build-arg UBUNTU_VERSION=24.04 -t ona-dev:latest onadev`
2020 `rm -rf onadev`
2323
2424desc 'Publish ONA development container to ghcr.io'
2525task publish_onadev_container_to_ghcr : :build_onadev_container do
26- ` podman login ghcr.io`
26+ system ( ' podman login ghcr.io' )
2727 `podman image push localhost/ona-dev:latest docker://ghcr.io/gsi-hpc/ona-dev:latest`
2828end
2929
You can’t perform that action at this time.
0 commit comments