Skip to content

Commit

Permalink
Merge pull request #355 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 Jul 11, 2024
2 parents e1caa3f + f3b342e commit 282bcb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dpp-backend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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@v6
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
with:
context: dpp-backend/digitalproductpass
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dpp-frontend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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@v6
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
with:
context: dpp-frontend
push: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name: "Publish Digital Product Pass Verification Simple Wallet Docker Image"

on:
push:
branches: [ "main", "develop" ]
branches: [ "main" ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push frontend
id: build-and-push-dpp-wallet-dockerhub
uses: docker/build-push-action@v5
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c
with:
context: dpp-verification/simple-wallet
push: true
Expand Down

0 comments on commit 282bcb1

Please sign in to comment.