Skip to content

Commit

Permalink
Set v0.1 docker image in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jotdl committed Apr 24, 2024
1 parent d7ebaa1 commit 0d6efbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ic-assignment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ inputs:
default: ""
runs:
using: "docker"
image: "docker://ghcr.io/grafana/issue-team-scheduler"
image: "docker://ghcr.io/grafana/issue-team-scheduler-ic-assignment:v0.1"
2 changes: 1 addition & 1 deletion regex-labeler/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ inputs:
description: "GitHub token to use for API calls"
runs:
using: "docker"
image: "../Dockerfile.regex-labeler"
image: "docker://ghcr.io/grafana/issue-team-scheduler-regex-labeler:v0.1"

0 comments on commit 0d6efbb

Please sign in to comment.