Skip to content

Commit

Permalink
QA: fix PR number in tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Feb 29, 2024
1 parent 61d033a commit fccfca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ghcr.io/xibosignage/xibo-cms:test-${{ github.event.number }}
build-args: GIT_COMMIT=${{ github.ref_name }}
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 fccfca6

Please sign in to comment.