Skip to content

Commit

Permalink
Merge pull request #115 from sineverba/fix-deploy
Browse files Browse the repository at this point in the history
Fix deploy Semaphore
  • Loading branch information
sineverba committed Jan 5, 2023
2 parents 21c1d2a + c3f05e0 commit 47910b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .semaphore/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ blocks:
- docker buildx ls
- docker buildx create --name multiarch --driver docker-container --use
- docker buildx inspect --bootstrap --builder multiarch
- docker buildx build --platform linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7 --tag $DOCKER_USERNAME/$DOCKER_IMAGE:$SEMAPHORE_GIT_TAG_NAME --tag $DOCKER_USERNAME/$DOCKER_IMAGE:latest --push .
- docker buildx build --platform linux/arm64/v8,linux/amd64,linux/arm/v6,linux/arm/v7 --tag $DOCKER_USERNAME/$DOCKER_IMAGE:$SEMAPHORE_GIT_TAG_NAME --tag $DOCKER_USERNAME/$DOCKER_IMAGE:latest --push --file ./docker/Dockerfile .
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 4.7.0
# 4.7.1
+ Fix deploy

## 4.7.0
+ Improve automations
+ Upgrade dependencies

Expand Down

0 comments on commit 47910b3

Please sign in to comment.