25
25
publish-package :
26
26
needs : tag-new-version
27
27
if : ${{ needs.tag-new-version.outputs.release_created == 'true' }}
28
- runs-on : ${{ matrix.architecture == 'arm64' && 'uds-ubuntu-arm64-4-core' || 'ubuntu-latest' }}
28
+ runs-on : ${{ matrix.architecture == 'arm64' && 'uds-swf- ubuntu-arm64-4-core' || 'ubuntu-latest' }}
29
29
strategy :
30
30
matrix :
31
31
flavor : [upstream, registry1]
@@ -43,28 +43,28 @@ jobs:
43
43
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
44
45
45
- name : Environment setup
46
- uses : defenseunicorns/uds-common/.github/actions/setup@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0
46
+ uses : defenseunicorns/uds-common/.github/actions/setup@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1
47
47
with :
48
48
registry1Username : ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
49
49
registry1Password : ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
50
50
ghToken : ${{ secrets.GITHUB_TOKEN }}
51
51
52
52
- name : Build Package
53
- run : uds run -f tasks/publish.yaml build-package --set FLAVOR=${{ matrix.flavor }}
53
+ run : uds run -f tasks/publish.yaml build-package --set FLAVOR=${{ matrix.flavor }} --no-progress
54
54
55
55
- name : Test Package
56
56
if : ${{ runner.arch != 'ARM64' }}
57
- run : uds run -f tasks/publish.yaml test-package --set FLAVOR=${{ matrix.flavor }}
57
+ run : uds run -f tasks/publish.yaml test-package --set FLAVOR=${{ matrix.flavor }} --no-progress
58
58
59
59
- name : Publish Package
60
- run : uds run -f tasks/publish.yaml publish-package --set FLAVOR=${{ matrix.flavor }}
60
+ run : uds run -f tasks/publish.yaml publish-package --set FLAVOR=${{ matrix.flavor }} --no-progress
61
61
62
62
- name : Debug Output
63
63
if : ${{ always() }}
64
- uses : defenseunicorns/uds-common/.github/actions/debug-output@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0
64
+ uses : defenseunicorns/uds-common/.github/actions/debug-output@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1
65
65
66
66
- name : Save logs
67
67
if : always()
68
- uses : defenseunicorns/uds-common/.github/actions/save-logs@61450a210fd16cf14157ee417f9682a4664c05e5 # v0.6.0
68
+ uses : defenseunicorns/uds-common/.github/actions/save-logs@772b3337950b7c8e0882c527263684306bba7ce4 # v0.7.1
69
69
with :
70
70
suffix : ${{ matrix.flavor }}-${{ matrix.architecture }}-${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments