Skip to content

Commit

Permalink
fix: Add UI in Docker Image (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord authored Jul 27, 2022
1 parent 7ff60f4 commit 15842d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/template_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: fetch numary control
uses: actions/download-artifact@v2
with:
name: control-dist
path: cmd/control/
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 15842d6

Please sign in to comment.