Compare commits

..

1 commit

Author SHA1 Message Date
04f100e18d
Init
Some checks failed
Build talosctl+talhelper+sops image (push on main only) / build (push) Failing after 3m32s
2025-11-24 16:11:32 +11:00
2 changed files with 3 additions and 3 deletions

View file

@ -88,10 +88,10 @@ jobs:
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
run: | run: |
docker run --rm ${{ env.IMAGE_NAME }}:${{ steps.versions.outputs.tag }} sh -lc \ 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)" - name: "Smoke test (branch: run locally loaded image)"
if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master'
run: | run: |
docker run --rm ${{ env.IMAGE_NAME }}:${{ steps.versions.outputs.tag }} sh -lc \ 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'

View file

@ -125,4 +125,4 @@ RUN set -eux; \
ENV PAGER=cat ENV PAGER=cat
# Print versions by default so users can see what's inside quickly. # 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