Skip to content

Commit 7363d1a

Browse files
committed
test
1 parent 8096066 commit 7363d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-on-push-tag-or-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
${{ env.is_tag == 'true' && format('{0}:{1}{2}', env.registry_and_name, github.ref_name, matrix.tag_suffix) || '' }}
8585
${{ env.is_tag == 'true' && env.branch_name == 'master' && format('{0}:latest{1}', env.registry_and_name, matrix.tag_suffix) || '' }}
8686
build-args: |
87-
${{ matrix.build_args }}
87+
${{ matrix.build_args }}

0 commit comments

Comments
 (0)