Skip to content

Commit

Permalink
Merge pull request #14 from grafana/prepare-first-release
Browse files Browse the repository at this point in the history
Set v0.1 docker image in action.yml
  • Loading branch information
jotdl authored Apr 24, 2024
2 parents d7ebaa1 + 4f40225 commit 045e005
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile.ic-assignment
image: ${{ github.repository }}-ic-assignment
image: ghcr.io/${{ github.repository }}-ic-assignment
- dockerfile: ./Dockerfile.regex-labeler
image: ${{ github.repository }}-regex-labeler
image: ghcr.io/${{ github.repository }}-regex-labeler

steps:
- uses: actions/checkout@v3
Expand Down
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 045e005

Please sign in to comment.