File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
password : ${{ secrets.DOCKERHUB_API_TOKEN }}
16
16
- name : Build and Push image to docker Hub
17
17
env :
18
- NGINX_TAG : 1.11.6
18
+ NGINX_TAG : 1.12.2
19
19
MODULE_TAG : 1.3.2
20
20
REPO : signalsciences/sigsci-nginx-ingress-controller
21
21
run : |
22
22
docker buildx create --name build_multiarch --use
23
- docker buildx build --platform linux/amd64,linux/arm64 --build-arg NGINX_INGRESS_VERSION=v${NGINX_TAG} --tag ${REPO}:${NGINX_TAG}-fastly${MODULE_TAG} --push .
24
- # docker buildx build --platform linux/amd64,linux/arm64 --build-arg NGINX_INGRESS_VERSION=v${NGINX_TAG} --tag ${REPO}: ${REPO}:${NGINX_TAG}-fastly${MODULE_TAG} --tag ${REPO}:latest --push .
23
+ # docker buildx build --platform linux/amd64,linux/arm64 --build-arg NGINX_INGRESS_VERSION=v${NGINX_TAG} --tag ${REPO}:${NGINX_TAG}-fastly${MODULE_TAG} --push .
24
+ docker buildx build --platform linux/amd64,linux/arm64 --build-arg NGINX_INGRESS_VERSION=v${NGINX_TAG} --tag ${REPO}:${NGINX_TAG}-fastly${MODULE_TAG} --tag ${REPO}:latest --push .
You can’t perform that action at this time.
0 commit comments