Skip to content

Commit

Permalink
Update docker-image-build-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spy86 authored Mar 18, 2024
1 parent 716c94f commit c72e243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image-build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Build Docker Image on Pull Request
on:
pull_request:
branches: [ "main" ]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
ANSIBLE_CORE_VERSION: 2.16.3
ANSIBLE_VERSION: 9.2.0
ANSIBLE_LINT: 6.22.2
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c72e243

Please sign in to comment.