Skip to content

Commit

Permalink
Merge branch 'eclipse-xpanse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
WangLiNaruto authored Aug 14, 2024
2 parents 23bb742 + 4eaae40 commit 84c4493
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker Image and Push
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker Image and Push
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: docker/Dockerfile
Expand Down
Loading

0 comments on commit 84c4493

Please sign in to comment.