Skip to content

Commit 87e29d2

Browse files
committed
Minor wording fix within GitHub actions
Quay was missing from the name description of the docker/build-push-action step
1 parent 7cbb38d commit 87e29d2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/alpine-mainline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
type=raw,value=alpine-slim
9999
type=raw,value=alpine${{ needs.version.outputs.distro }}-slim
100100
101-
- name: Build and push NGINX mainline slim Alpine image to Amazon ECR, Docker Hub and GitHub Container Registry
101+
- name: Build and push NGINX mainline slim Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
102102
id: build
103103
uses: docker/build-push-action@v5
104104
with:
@@ -207,7 +207,7 @@ jobs:
207207
type=raw,value=alpine
208208
type=raw,value=alpine${{ needs.version.outputs.distro }}
209209
210-
- name: Build and push NGINX mainline Alpine image to Amazon ECR, Docker Hub, and GitHub Container Registry
210+
- name: Build and push NGINX mainline Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
211211
id: build
212212
uses: docker/build-push-action@v5
213213
with:
@@ -316,7 +316,7 @@ jobs:
316316
type=raw,value=alpine-perl
317317
type=raw,value=alpine${{ needs.version.outputs.distro }}-perl
318318
319-
- name: Build and push NGINX mainline perl Alpine image to Amazon ECR, Docker Hub, and GitHub Container Registry
319+
- name: Build and push NGINX mainline perl Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
320320
id: build
321321
uses: docker/build-push-action@v5
322322
with:

.github/workflows/alpine-stable.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
type=raw,value=stable-alpine-slim
9595
type=raw,value=stable-alpine${{ needs.version.outputs.distro }}-slim
9696
97-
- name: Build and push NGINX stable slim Alpine image to Amazon ECR, Docker Hub and GitHub Container Registry
97+
- name: Build and push NGINX stable slim Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
9898
id: build
9999
uses: docker/build-push-action@v5
100100
with:
@@ -195,7 +195,7 @@ jobs:
195195
type=raw,value=stable-alpine
196196
type=raw,value=stable-alpine${{ needs.version.outputs.distro }}
197197
198-
- name: Build and push NGINX stable Alpine image to Amazon ECR, Docker Hub, and GitHub Container Registry
198+
- name: Build and push NGINX stable Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
199199
id: build
200200
uses: docker/build-push-action@v5
201201
with:
@@ -296,7 +296,7 @@ jobs:
296296
type=raw,value=stable-alpine-perl
297297
type=raw,value=stable-alpine${{ needs.version.outputs.distro }}-perl
298298
299-
- name: Build and push NGINX stable perl Alpine image to Amazon ECR, Docker Hub and GitHub Container Registry
299+
- name: Build and push NGINX stable perl Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
300300
id: build
301301
uses: docker/build-push-action@v5
302302
with:

.github/workflows/debian-mainline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
type=raw,value=latest
9999
type=raw,value=${{ needs.version.outputs.distro }}
100100
101-
- name: Build and push NGINX mainline Debian image to Amazon ECR, Docker Hub, and GitHub Container Registry
101+
- name: Build and push NGINX mainline Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
102102
id: build
103103
uses: docker/build-push-action@v5
104104
with:
@@ -207,7 +207,7 @@ jobs:
207207
type=raw,value=perl
208208
type=raw,value=${{ needs.version.outputs.distro }}-perl
209209
210-
- name: Build and push NGINX mainline perl Debian image to Amazon ECR, Docker Hub, and GitHub Container Registry
210+
- name: Build and push NGINX mainline perl Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
211211
id: build
212212
uses: docker/build-push-action@v5
213213
with:

.github/workflows/debian-stable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
type=raw,value=stable
9595
type=raw,value=stable-${{ needs.version.outputs.distro }}
9696
97-
- name: Build and push NGINX stable Debian image to Amazon ECR, Docker Hub and GitHub Container Registry
97+
- name: Build and push NGINX stable Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
9898
id: build
9999
uses: docker/build-push-action@v5
100100
with:
@@ -195,7 +195,7 @@ jobs:
195195
type=raw,value=stable-perl
196196
type=raw,value=stable-${{ needs.version.outputs.distro }}-perl
197197
198-
- name: Build and push NGINX stable perl Debian image to Amazon ECR, Docker Hub and GitHub Container Registry
198+
- name: Build and push NGINX stable perl Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
199199
id: build
200200
uses: docker/build-push-action@v5
201201
with:

0 commit comments

Comments
 (0)