Skip to content

Commit

Permalink
Merge pull request #3364 from yurake/renovate/docker-build-push-actio…
Browse files Browse the repository at this point in the history
…n-4.x

chore(deps): update dependency docker/build-push-action to v4.2.1
  • Loading branch information
renovate[bot] committed Jun 22, 2024
2 parents cef30d6 + 9a8ad86 commit f9bb5de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: docker login -u $DOCKERHUB_USER -p $DOCKERHUB_PASS

- name: Build and push - nginx
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/nginx
push: ${{ env.PUSH }}
Expand All @@ -82,7 +82,7 @@ jobs:
run: mv snyk.sarif nginx.sarif

- name: Build and push - mysql
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/mysql
push: ${{ env.PUSH }}
Expand All @@ -105,7 +105,7 @@ jobs:
run: mv snyk.sarif mysql.sarif

- name: Build and push - postgres
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/postgres
push: ${{ env.PUSH }}
Expand All @@ -128,7 +128,7 @@ jobs:
run: mv snyk.sarif postgres.sarif

- name: Build and push - mongodb
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/mongodb
push: ${{ env.PUSH }}
Expand All @@ -151,7 +151,7 @@ jobs:
run: mv snyk.sarif mongodb.sarif

- name: Build and push - cassandra
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/cassandra
push: ${{ env.PUSH }}
Expand All @@ -174,7 +174,7 @@ jobs:
run: mv snyk.sarif cassandra.sarif

- name: Build and push - rabbitmq
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/rabbitmq
push: ${{ env.PUSH }}
Expand All @@ -197,7 +197,7 @@ jobs:
run: mv snyk.sarif rabbitmq.sarif

- name: Build and push - jenkins
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/monitoring/jenkins
push: ${{ env.PUSH }}
Expand All @@ -209,7 +209,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Build and push - ab
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/monitoring/test/ab
push: ${{ env.PUSH }}
Expand All @@ -232,7 +232,7 @@ jobs:
run: mv snyk.sarif ab.sarif

- name: Build and push - postmannewman-quarkus
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
context: ./kubernetes/monitoring/test/postmannewman/quarkus
push: ${{ env.PUSH }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw -B verify --settings ../.m2/settings.xml
- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
file: application/${{ matrix.application }}/src/main/docker/Dockerfile.jvm
context: application/${{ matrix.application }}
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw -B verify --settings ../.m2/settings.xml -Pnative
- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
with:
file: application/${{ matrix.application }}/src/main/docker/Dockerfile.native
context: application/${{ matrix.application }}
Expand Down

0 comments on commit f9bb5de

Please sign in to comment.