Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set v0.1 docker image in action.yml #14

Merged
merged 4 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading