File tree Expand file tree Collapse file tree
actions/deploy-gigabyte-ampere-cuttlefish-installer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 nightly)
3232 # Nightly version tag : gitYYYYMMDDHHMM-<Github SHA 8 digit>
3333 SHORT_SHA=$(echo ${{ github.sha }} | cut -c1-8)
34- TAG="git${INPUTS_YYYYMMDDHHMM}-${SHORT_SHA}-${INPUTS_ARCH} "
34+ TAG="git${INPUTS_YYYYMMDDHHMM}-${SHORT_SHA}"
3535 ;;
3636 *)
3737 exit 1
Original file line number Diff line number Diff line change @@ -122,9 +122,6 @@ jobs:
122122 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
123123 - name : Build Gigabyte Ampere installer
124124 uses : ./.github/actions/build-gigabyte-ampere-cuttlefish-installer
125- with :
126- deploy-channel : ${{ inputs.deploy-channel }}
127- yyyymmddhhmm : ${{ needs.set-variables.outputs.yyyymmddhhmm }}
128125 - name : Authentication on GCP project android-cuttlefish-artifacts
129126 if : inputs.deploy-channel != ''
130127 uses : ' google-github-actions/auth@v3'
@@ -135,6 +132,7 @@ jobs:
135132 uses : ./.github/actions/deploy-gigabyte-ampere-cuttlefish-installer
136133 with :
137134 deploy-channel : ${{ inputs.deploy-channel }}
135+ yyyymmddhhmm : ${{ needs.set-variables.outputs.yyyymmddhhmm }}
138136 path : ./gigabyte-ampere-cuttlefish-installer
139137
140138 deploy-docker-image-amd64 :
You can’t perform that action at this time.
0 commit comments