Skip to content

Commit f539fa7

Browse files
committed
testing building image
1 parent 05ed77f commit f539fa7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ jobs:
1616
go-version: 1.19
1717
- name: Run unit tests
1818
run: |
19-
make test
19+
make test
20+
- uses: ./.github/actions/build-push-lvp-image
21+
with:
22+
image-name: ttl.sh/automated-${{ github.run_id }}/local-volume-provider:${{ github.ref }}
23+
git-tag: ${{ github.ref }}

0 commit comments

Comments
 (0)