We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ed77f commit f539fa7Copy full SHA for f539fa7
.github/workflows/unit-tests.yaml
@@ -16,4 +16,8 @@ jobs:
16
go-version: 1.19
17
- name: Run unit tests
18
run: |
19
- make test
+ 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