Compare commits
1 commit
04f100e18d
...
b7baee6281
| Author | SHA1 | Date | |
|---|---|---|---|
| b7baee6281 |
2 changed files with 3 additions and 3 deletions
|
|
@ -88,10 +88,10 @@ jobs:
|
|||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
docker run --rm ${{ env.IMAGE_NAME }}:${{ steps.versions.outputs.tag }} sh -lc \
|
||||
'talosctl version --client && talhelper version && sops --version'
|
||||
'talosctl version --client && talhelper --version && sops --version'
|
||||
|
||||
- name: "Smoke test (branch: run locally loaded image)"
|
||||
if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master'
|
||||
run: |
|
||||
docker run --rm ${{ env.IMAGE_NAME }}:${{ steps.versions.outputs.tag }} sh -lc \
|
||||
'talosctl version --client && talhelper version && sops --version'
|
||||
'talosctl version --client && talhelper --version && sops --version'
|
||||
|
|
|
|||
|
|
@ -125,4 +125,4 @@ RUN set -eux; \
|
|||
ENV PAGER=cat
|
||||
|
||||
# Print versions by default so users can see what's inside quickly.
|
||||
CMD talosctl version --client && talhelper version && sops --version
|
||||
CMD talosctl version --client && talhelper --version && sops --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue