Skip to content

Commit

Permalink
Don't check latest UI tag when building container in UI
Browse files Browse the repository at this point in the history
Since the goal is to verify if container can be built, we should use
latest frontend main tip, not some tag which might be old.
  • Loading branch information
mirekdlugosz committed Mar 16, 2024
1 parent a952b19 commit fc99f76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
repository: "KustoszApp/web-ui"
path: ".frontend"
fetch-depth: 0
- name: Checkout latest frontend tag
run: |
cd .frontend
export previousTag=$(git tag --sort=-creatordate | head -n 1)
git checkout "$previousTag"
- name: Build container image
uses: redhat-actions/buildah-build@v2
with:
Expand Down

0 comments on commit fc99f76

Please sign in to comment.