Skip to content

Commit 4fc21ae

Browse files
committed
Fix typo dockerImageTags
1 parent e91ded5 commit 4fc21ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
build-args: ${{ inputs.dockerBuildArgs || env.baseImage }}
5252
cache-from: type=gha
5353
cache-to: type=gha,mode=max
54-
tags: ${{ inputs.tags }}
54+
tags: ${{ inputs.dockerImageTags }}
5555

5656
- uses: sarisia/actions-status-discord@v1
5757
if: ${{ failure() && inputs.discordWebhook }}

0 commit comments

Comments
 (0)