We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1085b2b commit 06628e6Copy full SHA for 06628e6
.github/workflows/build-images-and-deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
id: compute_vars
45
run: |
46
version="$GITHUB_RUN_NUMBER"
47
- image_name="${{ env.REGISTRY }}/aylamusica/aylamusica-rails"
+ image_name="${{ env.REGISTRY }}/${{ env.IMAGE_PROJECT }}/${{ env.IMAGE_NAME }}"
48
full_image_tag="${image_name}:${version}-${{ matrix.platform }}"
49
echo "::set-output name=full_image_tag::${full_image_tag}"
50
- name: Build and push
0 commit comments