Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
saudkhan116 authored Jun 28, 2024
2 parents 793a161 + 62fe9c6 commit 56b6efe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Build image for frontend
id: build-frontend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: dpp-frontend
push: true
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Build image for backend
id: build-backend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: dpp-backend/digitalproductpass
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-dpp-backend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push backend
id: build-and-push-backend-dockerhub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: dpp-backend/digitalproductpass
push: true
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push backend
id: build-and-push-backend-ghcr
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: dpp-backend/digitalproductpass
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-dpp-frontend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push frontend
id: build-and-push-frontend-dockerhub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: dpp-frontend
push: true
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push frontend for GHCR registry
id: build-and-push-frontend-ghcr
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: dpp-frontend
push: true
Expand Down

0 comments on commit 56b6efe

Please sign in to comment.