Skip to content

Commit

Permalink
fix base image build (#1120)
Browse files Browse the repository at this point in the history
* fix base image build

* build only for lib
  • Loading branch information
skudasov committed Sep 5, 2024
1 parent 0512b7a commit 7b3c0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/k8s-publish-test-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: (k8s package) Publish Test Base Image
on:
push:
tags:
- 'v*'
# we only need base image for k8s based tests
- 'lib/v*'

jobs:
publish_test_base_image:
Expand Down

0 comments on commit 7b3c0db

Please sign in to comment.