We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d6bef commit 413d700Copy full SHA for 413d700
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
sed -i 's|nginx-plus-\${NGINX_PLUS_VERSION}|nginx-plus|g' docker/Dockerfile
47
sed -i 's|\${NGINX_PLUS_VERSION^^}/||g' docker/Dockerfile
48
- name: Set up Docker Buildx
49
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
50
- name: Build Plus Docker Image
51
uses: docker/build-push-action@v2
52
with:
0 commit comments