cleanup empty lines
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
parent
4ae3247f64
commit
c3234e7013
4 changed files with 9 additions and 12 deletions
3
.github/workflows/images.yaml
vendored
3
.github/workflows/images.yaml
vendored
|
@ -89,7 +89,6 @@ jobs:
|
||||||
name: custom-error-pages
|
name: custom-error-pages
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|
||||||
e2e-test-echo:
|
e2e-test-echo:
|
||||||
needs: changes
|
needs: changes
|
||||||
if: |
|
if: |
|
||||||
|
@ -214,5 +213,3 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export TAG=$(cat images/nginx-1.25/TAG)
|
export TAG=$(cat images/nginx-1.25/TAG)
|
||||||
cd images/nginx-1.25/rootfs && docker buildx build --platform=${{ env.PLATFORMS }} --push -t ingressnginx/nginx-1.25:${TAG} .
|
cd images/nginx-1.25/rootfs && docker buildx build --platform=${{ env.PLATFORMS }} --push -t ingressnginx/nginx-1.25:${TAG} .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue