Skip to content

Commit

Permalink
Update ci-ui.yaml
Browse files Browse the repository at this point in the history
adding buildx Docker to ui cicd
  • Loading branch information
Wiran-Larbi authored Apr 23, 2024
1 parent 97c9bc0 commit 7bb6ccc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
cd frontend
echo "UI_VERSION=$(jq -r '.version' package.json )" >> $GITHUB_OUTPUT
- name: Setup Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Login to Dockerhub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -68,4 +71,4 @@ jobs:
# cd ci-cd
# docker-compose -f docker-compose.yml pull -q
# docker-compose -f docker-compose.yml up -d
# EOF
# EOF

0 comments on commit 7bb6ccc

Please sign in to comment.