Skip to content

Commit

Permalink
Update ut-image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 committed Oct 18, 2024
1 parent 883a3d9 commit 69b5df4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 106 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/images/base/build_push.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/images/fstack/build_push.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ut-image-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v6
with:
# path context
context: .github/workflows/base
context: .github/workflows/images/base
push: true
tags: |
${{ env.REGISTRY }}/${{ env.OWNER_LC }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ut-image-fstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v6
with:
# path context
context: .github/workflows/fstack
context: .github/workflows/images/fstack
push: true
tags: |
${{ env.REGISTRY }}/${{ env.OWNER_LC }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
Expand Down

0 comments on commit 69b5df4

Please sign in to comment.