Skip to content

Commit

Permalink
QA: try with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Feb 29, 2024
1 parent e94dc50 commit fba0a48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Configure Build X
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -33,7 +35,7 @@ jobs:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ghcr.io/xibosignage/xibo-cms:test-pr
tags: ghcr.io/xibosignage/xibo-cms:test-${{ github.event.pull_request.number }}
build-args: GIT_COMMIT=${{ github.event.head.sha }}
push: true
load: false

0 comments on commit fba0a48

Please sign in to comment.