Skip to content

Commit

Permalink
fix(docker): ensure v2 of the node16 docker image is used from ghcr.
Browse files Browse the repository at this point in the history
  • Loading branch information
billxinli authored and Ahmad Nassri committed May 10, 2022
1 parent f51352f commit fb98d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branding:

runs:
using: docker
image: docker://ghcr.io/ahmadnassri/action-semantic-release:v1
image: docker://ghcr.io/ahmadnassri/action-semantic-release:v2

inputs:
config:
Expand Down

0 comments on commit fb98d44

Please sign in to comment.