Skip to content

Commit fca95f3

Browse files
authored
Merge pull request #2 from PacktPublishing/container-image
replace dockerfile with container image
2 parents 041ad14 + 9a861a5 commit fca95f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ outputs:
2424
description: 'message sent to Twitter'
2525
runs:
2626
using: docker
27-
image: Dockerfile
27+
image: docker://ghcr.io/packtpublishing/tweeter:1.0.0
2828
args:
2929
- --message
3030
- "${{ inputs.message }}"

0 commit comments

Comments
 (0)