Skip to content

Commit

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

0 comments on commit b10f807

Please sign in to comment.