Skip to content

Commit

Permalink
Update docker-prerelease-ui.yml
Browse files Browse the repository at this point in the history
Fixes wrong Dockerfile location
  • Loading branch information
aaronzi authored Nov 26, 2024
1 parent 84445ba commit bc87fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-prerelease-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Build and Push Docker Image (Pre-release)
uses: docker/build-push-action@v3
with:
context: .
context: ./aas-web-ui
file: ./aas-web-ui/Dockerfile
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
Expand Down

0 comments on commit bc87fb4

Please sign in to comment.