Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Aug 1, 2024
1 parent b55388c commit 27737b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snc-runner-oci-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: snc-runner-oci-builder
on:
push:
tags: [ '*' ]
paths: [ 'snc-runner/**', '.github/workflows/snc-runner*' ]
paths: [ 'snc-runner/**', '.github/workflows/snc-runner/release-info' ]
pull_request:
branches: [ main ]
paths: [ 'snc-runner/**', '.github/workflows/snc-runner*' ]
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Build image for PR
if: ${{ github.event_name == 'pull_request' }}
env:
SNC_RUNNER: ghcr.io/crc-org/ci-definitions
SNC_RUNNER: ghcr.io/crc-org/ci-snc-runner
SNC_RUNNER_V: pr-${{ github.event.number }}
run: |
make snc-runner-oci-build
Expand Down
4 changes: 2 additions & 2 deletions snc-runner/release-info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/rhqp/snc-runner
2.0.0-dev
quay.io/crcont/ci-snc-runner
1.0.0-dev

0 comments on commit 27737b3

Please sign in to comment.