Skip to content

Commit 06c99a4

Browse files
committed
Put appropriate inputs to actions for deployment towards AR of GCP
1 parent 04fad57 commit 06c99a4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/actions/deploy-gigabyte-ampere-cuttlefish-installer/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
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

.github/workflows/update-cache-and-deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)