Skip to content

Commit

Permalink
fix(ci/cd) main.yml for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Uj5Ghare authored Dec 11, 2024
1 parent 3b92b2c commit 994c2a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
runs-on: ubuntu-24.04
needs: [Build-And-Push-Frontend]
steps:
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Docker Scout
id: docker-scout
uses: docker/scout-action@v1
Expand Down

0 comments on commit 994c2a9

Please sign in to comment.