We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496d071 commit e38840aCopy full SHA for e38840a
.github/workflows/build-ci-container-tooling.yml
@@ -101,7 +101,7 @@ jobs:
101
}
102
103
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
104
- for f in $(find . -iname *.tar); do
+ for f in $(find . -iname '*.tar'); do
105
image_name=$(podman load -q -i $f | sed 's/Loaded image: //g')
106
push_container $image_name
107
.github/workflows/build-ci-container.yml
@@ -103,7 +103,7 @@ jobs:
108
109
0 commit comments