We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8096066 commit 7363d1aCopy full SHA for 7363d1a
.github/workflows/docker-on-push-tag-or-pr.yaml
@@ -84,4 +84,4 @@ jobs:
84
${{ env.is_tag == 'true' && format('{0}:{1}{2}', env.registry_and_name, github.ref_name, matrix.tag_suffix) || '' }}
85
${{ env.is_tag == 'true' && env.branch_name == 'master' && format('{0}:latest{1}', env.registry_and_name, matrix.tag_suffix) || '' }}
86
build-args: |
87
- ${{ matrix.build_args }}
+ ${{ matrix.build_args }}
0 commit comments