Skip to content

Commit

Permalink
Fix docker-push workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Aug 3, 2023
1 parent e2f6d8e commit 60292bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Docker push
run-name: Push docker tag ${{ inputs.localstack-version || 'latest (scheduled)' }}
run-name: Push docker tag ${{ inputs.version || 'latest (scheduled)' }}
permissions:
contents: read

Expand Down

0 comments on commit 60292bb

Please sign in to comment.