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 e095f12 commit f31ddb5Copy full SHA for f31ddb5
.github/workflows/build-images-and-deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
id: compute_vars
43
run: |
44
version="$GITHUB_RUN_NUMBER"
45
- image_name="${{ env.REGISTRY }}/aylamusica/aylamusica"
+ image_name="${{ env.REGISTRY }}/aylamusica/aylamusica-rails"
46
full_image_tag="${image_name}:${version}-${{ matrix.platform }}"
47
echo "::set-output name=full_image_tag::${full_image_tag}"
48
- name: Build and push
@@ -67,7 +67,7 @@ jobs:
67
- name: Build manifests
68
69
70
71
72
echo "Creating manifest for ${version} tag"
73
docker manifest create ${image_name}:${version} \
0 commit comments