Skip to content

Commit

Permalink
Update debian dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Jan 11, 2025
1 parent 24903cf commit f6b9800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ blocks:
- name: docker build
commands:
- checkout
- docker build . -f Dockerfile-debian-x86_64
- docker buildx create --platform=linux/amd64 --use
- docker buildx build --platform=linux/amd64 . -f Dockerfile-debian-x86_64
promotions:
- name: Deploy to DockerHub
pipeline_file: deploy_dockerhub.yml
Expand Down

0 comments on commit f6b9800

Please sign in to comment.