@@ -2,7 +2,7 @@ concurrency:
22 cancel-in-progress : true
33 group : ${{ github.actor }}
44jobs :
5- deployContainerImage_makesLatestAmd64 :
5+ deployContainer_makesLatestAmd64 :
66 if : ${{ github.repository == 'fluidattacks/makes' }}
77 runs-on : ubuntu-latest
88 permissions :
1515 GITHUB_ACTOR : ${{ github.actor }}
1616 GITHUB_TOKEN : ${{ github.token }}
1717 with :
18- args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainerImage /makesLatestAmd64"
19- deployContainerImage_makesLatestArm64 :
18+ args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainer /makesLatestAmd64"
19+ deployContainer_makesLatestArm64 :
2020 if : ${{ github.repository == 'fluidattacks/makes' }}
2121 runs-on : buildjet-2vcpu-ubuntu-2204-arm
2222 permissions :
2929 GITHUB_ACTOR : ${{ github.actor }}
3030 GITHUB_TOKEN : ${{ github.token }}
3131 with :
32- args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainerImage /makesLatestArm64"
33- deployContainerImage_makesPinnedAmd64 :
32+ args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainer /makesLatestArm64"
33+ deployContainer_makesPinnedAmd64 :
3434 if : ${{ github.repository == 'fluidattacks/makes' }}
3535 runs-on : ubuntu-latest
3636 permissions :
4343 GITHUB_ACTOR : ${{ github.actor }}
4444 GITHUB_TOKEN : ${{ github.token }}
4545 with :
46- args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainerImage /makesPinnedAmd64"
47- deployContainerImage_makesPinnedArm64 :
46+ args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainer /makesPinnedAmd64"
47+ deployContainer_makesPinnedArm64 :
4848 if : ${{ github.repository == 'fluidattacks/makes' }}
4949 runs-on : buildjet-2vcpu-ubuntu-2204-arm
5050 permissions :
5757 GITHUB_ACTOR : ${{ github.actor }}
5858 GITHUB_TOKEN : ${{ github.token }}
5959 with :
60- args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainerImage /makesPinnedArm64"
60+ args : sh -c "chown -R root:root /github/workspace && nix-env -if . && m . /deployContainer /makesPinnedArm64"
6161 releaseGitHub :
6262 if : ${{ github.repository == 'fluidattacks/makes' }}
6363 runs-on : ubuntu-latest
0 commit comments