Skip to content

Commit

Permalink
#22706 Fixing docker build stage on GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Aug 31, 2023
1 parent 05245ac commit c86f58e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cli-cicd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
pull: true
no-cache: true

build-args: |
BUILD_ID=${{ github.head_ref }}
BUILD_FROM=COMMIT
- id: prepare-license
name: Prepare license
working-directory: ./tools/dotcms-cli/
Expand Down

0 comments on commit c86f58e

Please sign in to comment.