Skip to content

Commit

Permalink
fix: bump action image v0.1.0-alpha.26-3-g6380738
Browse files Browse the repository at this point in the history
This bumps the action image to latest 0.1.26.
It also adds the needed enforce arg.

Signed-off-by: Josef Andersson <josef.andersson@gmail.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
janderssonse authored and frezbo committed Oct 25, 2022
1 parent 6380738 commit 745a332
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ inputs:
required: true
runs:
using: "docker"
image: "docker://autonomy/conform:v0.1.0-alpha.20"
image: "docker://ghcr.io/siderolabs/conform:v0.1.0-alpha.27"
args:
- 'enforce'

0 comments on commit 745a332

Please sign in to comment.