Skip to content

Commit

Permalink
Merge pull request #6252 from mozilla/sumo-workflow-dev
Browse files Browse the repository at this point in the history
fix the env variable for the image name
  • Loading branch information
Basma1912 authored Sep 24, 2024
2 parents fc255da + 3dcf8eb commit cac522d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
TMP_DIR=static-upload
TMP_DIR_HASHED=static-upload-hashed
docker create --name tmp $GAR_LOCATION-docker.pkg.dev/$GCP_PROJECT_ID/$GAR_REPOSITORY/$IMAGE:${{ needs.build.outputs.image_tag }}
docker create --name tmp $GAR_LOCATION-docker.pkg.dev/$GCP_PROJECT_ID/$GAR_REPOSITORY/$IMAGE_NAME:${{ needs.build.outputs.image_tag }}
mkdir -p ./$TMP_DIR ./$TMP_DIR_HASHED
Expand Down

0 comments on commit cac522d

Please sign in to comment.