Skip to content

Commit

Permalink
fix workflow indention
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Aug 25, 2024
1 parent 57c5d7e commit 51eef1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
redis-version: "latest"

- name: Login to GitHub Container Registry
if: github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'push-to-ghcr')
if: github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'push-to-ghcr')
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 51eef1f

Please sign in to comment.