Skip to content

Commit fe5f856

Browse files
committed
Delete comment
1 parent 942db1e commit fe5f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
load: true
5252
tags: |
5353
ghcr.io/${{ inputs.repo }}/${{ inputs.dockerfile }}:${{ inputs.version }}
54-
${{ inputs.tags }} # alternate tags to use (e.g. TEST for testing)
54+
${{ inputs.tags }}
5555
5656
# When doing matrix builds, we need to scope the image
5757
# https://github.com/moby/buildkit/issues/2885

0 commit comments

Comments
 (0)