Skip to content

Commit

Permalink
add path src to the first checkout repo and add another repo checkout…
Browse files Browse the repository at this point in the history
… for pushing to GAR

Signed-off-by: Basma1912 <basad@mozilla.com>
  • Loading branch information
Basma1912 committed Dec 12, 2024
1 parent 0cc77c5 commit 6ffa2cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
id-token: write

steps:
- id: checkout-application-repo
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
ref: ${{ env.REF_ID }}

- id: dev_stage_image_tag
name: Set Docker dev/stage image tag for updates of the main branch
Expand Down

0 comments on commit 6ffa2cb

Please sign in to comment.