Skip to content

Commit

Permalink
Update planet-chat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jan 6, 2025
1 parent d796b54 commit 00076aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/planet-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
docker build -f './docker/chatapi/${{ matrix.arch }}-Dockerfile' -t $repo .
docker images
docker tag $repo $branchrepo
docker push --max-concurrent-uploads=3 $repo
docker push --max-concurrent-uploads=3 $branchrepo
docker push $repo
docker push $branchrepo
multiarch:
name: Manifest build
Expand Down

0 comments on commit 00076aa

Please sign in to comment.