Skip to content

Commit

Permalink
Fix workflow to publish github pages and docker images #597
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli authored and lordrip committed Jan 10, 2024
1 parent 04b3dca commit 8d54cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
shell: bash
run: |
mkdir -p packages/ui/dist
tar -xzf "${{ runner.temp }}/kaoto-ui.tgz -C packages/ui/dist
tar -xzf "${{ runner.temp }}/kaoto-ui.tgz" -C packages/ui/dist
- name: "📤 Upload artifact @kaoto-next/ui web application"
uses: actions/upload-pages-artifact@v3
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
shell: bash
run: |
mkdir -p packages/ui/dist
tar -xzf "${{ runner.temp }}/kaoto-ui.tgz -C packages/ui/dist
tar -xzf "${{ runner.temp }}/kaoto-ui.tgz" -C packages/ui/dist
- name: "🛰️ Login to Container Registry"
uses: docker/login-action@v2
Expand Down

0 comments on commit 8d54cfb

Please sign in to comment.