nginx ci stuff
This commit is contained in:
parent
49de4b97f9
commit
2c86de969c
1 changed files with 4 additions and 8 deletions
|
|
@ -35,11 +35,7 @@ jobs:
|
||||||
token: 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
|
token: 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
|
||||||
path: ingress-nginx-main
|
path: ingress-nginx-main
|
||||||
github-server-url: https://github.com
|
github-server-url: https://github.com
|
||||||
- name: Build and push
|
- name: build nginx image
|
||||||
uses: docker/build-push-action@v7
|
run: |
|
||||||
with:
|
export TAG=$(cat images/nginx/TAG)
|
||||||
push: true
|
cd ingress-nginx-main/images/nginx/rootfs && docker buildx build --platform=linux/amd64 --load -t git.martyn.berlin/ingress-nginx/nginx:${TAG} .
|
||||||
file: Dockerfile
|
|
||||||
context: ./ingress-nginx-main
|
|
||||||
tags: git.martyn.berlin/martyn/ingress-nginx:main
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue