Skip to content

Commit

Permalink
Add the missing pipe symbol to the run cmd
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Feb 5, 2025
1 parent 2114329 commit 96b8483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# echo PODMAN_SOCK_PATH=$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}') >> $GITHUB_ENV
- name: Login to Docker Hub
run:
run: |
podman login docker.io \
-u ${{ vars.DOCKERHUB_USERNAME }} \
-p ${{ secrets.DOCKERHUB_TOKEN }} \
Expand Down

0 comments on commit 96b8483

Please sign in to comment.