Skip to content

Commit

Permalink
Fix dummy docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Oct 19, 2023
1 parent 8936ad0 commit 0599f08
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 @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
-
name: Make dummy docker config file
run: touch /root/.docker/config.json
run: echo '{}' > /root/.docker/config.json
-
name: Login to NVCR
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 0599f08

Please sign in to comment.