Skip to content

Commit

Permalink
Testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jun 24, 2024
1 parent b9a3b2c commit e6d8242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref_name }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -134,7 +134,7 @@ jobs:
feramance/qbitrr
ghcr.io/${{ steps.string.outputs.lowercase }}
tags: |
type=raw,value=${{ github.event.pull_request.head.ref }}
type=ref,event=pr
- name: Build and push Docker images
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit e6d8242

Please sign in to comment.