Skip to content

Commit

Permalink
potential Docker push fix
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jul 27, 2021
1 parent 88f20b9 commit 8466718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
for registry in docker.io/{dvcorg,iterativeai} ghcr.io/iterative; do
[[ "${{ matrix.latest }}" == "true" ]] && echo "${registry}/cml:latest"
echo "${registry}/cml:${tag}"
done | tr '\n' ',' | head -c-1
done
)"
- uses: docker/setup-buildx-action@v1
- uses: actions/cache@v2
Expand Down

0 comments on commit 8466718

Please sign in to comment.