Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 3 to 5
  • Loading branch information
saudkhan116 authored Apr 22, 2024
2 parents 34ece7d + 9af9e90 commit 1e5b04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Build image for frontend
id: build-frontend
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: dpp-frontend
push: true
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Build image for backend
id: build-backend
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: dpp-backend/digitalproductpass
push: true
Expand Down

0 comments on commit 1e5b04c

Please sign in to comment.