Skip to content

Commit

Permalink
Try to fix docker publish by syncing image and repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jotdl committed Apr 24, 2024
1 parent 0d6efbb commit d257cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile.ic-assignment
image: ${{ github.repository }}-ic-assignment
image: ${{ github.repository }}
- dockerfile: ./Dockerfile.regex-labeler
image: ${{ github.repository }}-regex-labeler

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-ic-assignment:v0.1"
image: "docker://ghcr.io/grafana/issue-team-scheduler:v0.1"

0 comments on commit d257cc0

Please sign in to comment.