Skip to content

Commit

Permalink
Fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed May 6, 2024
1 parent 8d2f437 commit 1d34342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
default: '/github/workspace'
runs:
using: 'docker'
image: 'docker://ghcr.io/datagov-cz/data-validator:main'
image: 'docker://ghcr.io/datagov-cz/data-validator:master'
args:
- -c=${{ inputs.configuration }}
- -p=${{ inputs.path }}

0 comments on commit 1d34342

Please sign in to comment.