Skip to content

Commit

Permalink
Merge pull request #967 from eclipse-tractusx/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
nicoprow authored Jun 19, 2024
2 parents ad25c50 + 0d4e0cd commit 51b4156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-test-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build App Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/${{ inputs.app }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Pool Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/${{ inputs.app }}/Dockerfile
Expand Down

0 comments on commit 51b4156

Please sign in to comment.