Skip to content

Commit

Permalink
Merge pull request #2 from PacktPublishing/container-image
Browse files Browse the repository at this point in the history
replace dockerfile with container image
  • Loading branch information
devigned committed Dec 20, 2021
2 parents 041ad14 + 9a861a5 commit fca95f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ outputs:
description: 'message sent to Twitter'
runs:
using: docker
image: Dockerfile
image: docker://ghcr.io/packtpublishing/tweeter:1.0.0
args:
- --message
- "${{ inputs.message }}"
Expand Down

0 comments on commit fca95f3

Please sign in to comment.