Skip to content

Commit

Permalink
build dev version in dev image GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri committed Apr 18, 2024
1 parent df1b46f commit 04b6a54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
build-args:
- INSTALL_GROUPS: "main,dev"
tags: ${{ github.event.repository.name }}
cache-from: type=gha
outputs: type=docker,dest=/tmp/${{ env.IMAGE_NAME }}_dev.tar
Expand Down

0 comments on commit 04b6a54

Please sign in to comment.