Skip to content

Commit

Permalink
add NAP base images
Browse files Browse the repository at this point in the history
  • Loading branch information
oseoin committed Jan 29, 2024
1 parent 992af4a commit bb6f86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
images: |
name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-base/plus
flavor: |
suffix=-${{ matrix.image }}-${{ matrix.nap_modules }},onlatest=false
suffix=-${{ matrix.image }}-${{ steps.nap_modules.outputs.modules }},onlatest=false
tags: |
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
Expand Down

0 comments on commit bb6f86f

Please sign in to comment.