Skip to content

Commit

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

build(deps): bump docker/build-push-action from 6.3.0 to 6.4.1
  • Loading branch information
PG-Momik authored Jul 22, 2024
2 parents 836b3b0 + 521ad5e commit 99d469f
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
with:
context: .
file: Dockerfile.staging
Expand Down

0 comments on commit 99d469f

Please sign in to comment.