Skip to content

Commit 4f6a1b1

Browse files
authored
Nginx ingress 1.12.2 with Fastly module 1.3.2 (#88)
* Nginx ingress 1.12.2 with Fastly module 1.3.2 * Fix typo
1 parent 22a9de4 commit 4f6a1b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
password: ${{ secrets.DOCKERHUB_API_TOKEN }}
1616
- name: Build and Push image to docker Hub
1717
env:
18-
NGINX_TAG: 1.11.6
18+
NGINX_TAG: 1.12.2
1919
MODULE_TAG: 1.3.2
2020
REPO: signalsciences/sigsci-nginx-ingress-controller
2121
run: |
2222
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 .

0 commit comments

Comments
 (0)