Skip to content

Commit c041d81

Browse files
committed
Set action.yml to use :2.1.3
rather than latest. Manually ran the workflow to build and push Docker image: https://github.com/users/solvaholic/packages/container/octodns-sync/2427847?tag=12725f0da650801840dc01551a776845c3d644e6 Added :latest, :2.1.3, and :2 tags to that image, and pushed them to ghcr.io: https://github.com/users/solvaholic/packages/container/package/octodns-sync
1 parent 12725f0 commit c041d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424

2525
runs:
2626
using: 'docker'
27-
image: 'docker://ghcr.io/solvaholic/octodns-sync:latest'
27+
image: 'docker://ghcr.io/solvaholic/octodns-sync:2.1.3'
2828
env:
2929
ADD_PR_COMMENT: ${{ inputs.add_pr_comment }}
3030
PR_COMMENT_TOKEN: ${{ inputs.pr_comment_token }}

0 commit comments

Comments
 (0)