Skip to content

Commit

Permalink
fix: action docker image prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jun 1, 2024
1 parent 0992aad commit 6f7cbb1
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 @@ -146,7 +146,7 @@ inputs:

runs:
using: 'docker'
image: 'ctferio/ctfd-setup:v1.1.0'
image: 'docker://ctferio/ctfd-setup:v1.1.0'
env:
FILE: ${{ inputs.file }}
URL: ${{ inputs.url }}
Expand Down

0 comments on commit 6f7cbb1

Please sign in to comment.