Skip to content

Commit

Permalink
ci: fix to docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 22, 2025
1 parent ea262c0 commit 5fdce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sleep 5
docker manifest create darkwind8/darkbot:${tag_version} --amend darkwind8/darkbot:${tag_version}-arm64 --amend darkwind8/darkbot:${tag_version}-amd64
docker manifest push darkwind8/darkbot:${tag_version}
docker manifest create darkwind8/darkbot:${tag_version} --amend darkwind8/darkbot:${tag_version}-arm64 --amend darkwind8/darkbot:${tag_version}-amd64
docker manifest create darkwind8/darkbot:production --amend darkwind8/darkbot:${tag_version}-arm64 --amend darkwind8/darkbot:${tag_version}-amd64
docker manifest push darkwind8/darkbot:production
- name: Switch service image darkwind8/darkbot for swarm to new one
run: |
Expand Down

0 comments on commit 5fdce06

Please sign in to comment.