Skip to content

Commit

Permalink
Minor wording fix within GitHub actions
Browse files Browse the repository at this point in the history
Quay was missing from the name description of the docker/build-push-action step
  • Loading branch information
alessfg committed Dec 21, 2023
1 parent 7cbb38d commit 87e29d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alpine-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
type=raw,value=alpine-slim
type=raw,value=alpine${{ needs.version.outputs.distro }}-slim
- name: Build and push NGINX mainline slim Alpine image to Amazon ECR, Docker Hub and GitHub Container Registry
- name: Build and push NGINX mainline slim Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
type=raw,value=alpine
type=raw,value=alpine${{ needs.version.outputs.distro }}
- name: Build and push NGINX mainline Alpine image to Amazon ECR, Docker Hub, and GitHub Container Registry
- name: Build and push NGINX mainline Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
type=raw,value=alpine-perl
type=raw,value=alpine${{ needs.version.outputs.distro }}-perl
- name: Build and push NGINX mainline perl Alpine image to Amazon ECR, Docker Hub, and GitHub Container Registry
- name: Build and push NGINX mainline perl Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/alpine-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
type=raw,value=stable-alpine-slim
type=raw,value=stable-alpine${{ needs.version.outputs.distro }}-slim
- name: Build and push NGINX stable slim Alpine image to Amazon ECR, Docker Hub and GitHub Container Registry
- name: Build and push NGINX stable slim Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
type=raw,value=stable-alpine
type=raw,value=stable-alpine${{ needs.version.outputs.distro }}
- name: Build and push NGINX stable Alpine image to Amazon ECR, Docker Hub, and GitHub Container Registry
- name: Build and push NGINX stable Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
type=raw,value=stable-alpine-perl
type=raw,value=stable-alpine${{ needs.version.outputs.distro }}-perl
- name: Build and push NGINX stable perl Alpine image to Amazon ECR, Docker Hub and GitHub Container Registry
- name: Build and push NGINX stable perl Alpine image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/debian-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
type=raw,value=latest
type=raw,value=${{ needs.version.outputs.distro }}
- name: Build and push NGINX mainline Debian image to Amazon ECR, Docker Hub, and GitHub Container Registry
- name: Build and push NGINX mainline Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
type=raw,value=perl
type=raw,value=${{ needs.version.outputs.distro }}-perl
- name: Build and push NGINX mainline perl Debian image to Amazon ECR, Docker Hub, and GitHub Container Registry
- name: Build and push NGINX mainline perl Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/debian-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
type=raw,value=stable
type=raw,value=stable-${{ needs.version.outputs.distro }}
- name: Build and push NGINX stable Debian image to Amazon ECR, Docker Hub and GitHub Container Registry
- name: Build and push NGINX stable Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
type=raw,value=stable-perl
type=raw,value=stable-${{ needs.version.outputs.distro }}-perl
- name: Build and push NGINX stable perl Debian image to Amazon ECR, Docker Hub and GitHub Container Registry
- name: Build and push NGINX stable perl Debian image to Amazon ECR Public Gallery, Docker Hub, GitHub Container Registry, and Quay
id: build
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 87e29d2

Please sign in to comment.