Skip to content

Commit

Permalink
remove build images from setup
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 6, 2024
1 parent 18d71a8 commit 7eef7d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
annotations: ${{ steps.ngf-meta.outputs.annotations }}
push: false
platforms: ${{ inputs.platforms }}
cache-from: type=gha,scope=${{ inputs.image }}
cache-to: type=gha,scope=${{ inputs.image }},mode=max
cache-from: type=gha,scope=ngf
cache-to: type=gha,scope=ngf,mode=max
pull: false
no-cache: ${{ github.event_name != 'pull_request' }}
sbom: true
Expand All @@ -157,7 +157,7 @@ jobs:
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
ngf_tag=${{ steps.ngf-meta.outputs.version }}
if [ ${{ startsWith(matrix.k8s-version, '1.23') || startsWith(matrix.k8s-version, '1.24') }} == "true" ]; then export INSTALL_WEBHOOK=true; fi
make build-images${{ matrix.nginx-image == 'nginx-plus' && '-with-plus' || ''}} load-images${{ matrix.nginx-image == 'nginx-plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag}
make load-images${{ matrix.nginx-image == 'nginx-plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag}
working-directory: ./tests

- name: Run NGINX functional tests
Expand Down

0 comments on commit 7eef7d6

Please sign in to comment.