Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
praxxus11 committed Aug 3, 2024
1 parent 791b902 commit 92bd0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Build gateway image.
run: |
docker buildx build \
--file ./gateway \
--file ./gateway/Dockerfile \
--platform linux/arm64 \
-t registry.gitlab.com/segmentation964330/service/gateway \
--tag registry.gitlab.com/segmentation964330/service/gateway \
--push .
- name: Check img.
run: docker images

0 comments on commit 92bd0aa

Please sign in to comment.