Skip to content

Commit 06628e6

Browse files
authored
Update build-images-and-deploy.yml
1 parent 1085b2b commit 06628e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-images-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: compute_vars
4545
run: |
4646
version="$GITHUB_RUN_NUMBER"
47-
image_name="${{ env.REGISTRY }}/aylamusica/aylamusica-rails"
47+
image_name="${{ env.REGISTRY }}/${{ env.IMAGE_PROJECT }}/${{ env.IMAGE_NAME }}"
4848
full_image_tag="${image_name}:${version}-${{ matrix.platform }}"
4949
echo "::set-output name=full_image_tag::${full_image_tag}"
5050
- name: Build and push

0 commit comments

Comments
 (0)