Skip to content

Commit

Permalink
Merge pull request #1455 from younginnovations/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/build-push-action-5.4.0

build(deps): bump docker/build-push-action from 5.1.0 to 5.4.0
  • Loading branch information
PG-Momik authored Jul 11, 2024
2 parents bb7d83b + 7c84b94 commit 286b058
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/cli

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
push: true
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/fpm_server

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
push: true
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/web_server

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
push: true
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/cron

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
push: true
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/horizon

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
push: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/cli

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.production
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/fpm_server

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.production
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/web_server

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
push: true
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/cron

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.production
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/horizon

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.production
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/staging-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/cli

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.staging
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/fpm_server

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.staging
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/web_server

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
push: true
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/cron

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.staging
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/horizon

- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
with:
context: .
file: Dockerfile.staging
Expand Down

0 comments on commit 286b058

Please sign in to comment.