Skip to content

Commit

Permalink
Make the directory first
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Oct 19, 2023
1 parent b10f807 commit 17dbf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
-
name: Remove docker configs
run: |
echo '{"auths": {}}' > /root/.docker/config.json
mkdir /root/.docker && echo '{"auths": {}}' > /root/.docker/config.json
-
name: Login to NVCR
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 17dbf5a

Please sign in to comment.