Skip to content

Commit

Permalink
πŸ› fix(action.yml): remove docker hub reference from image name
Browse files Browse the repository at this point in the history
The image name was updated to remove the reference to Docker Hub as it is not necessary when using a public image from Docker Hub.
  • Loading branch information
MateSousa committed Jun 25, 2023
1 parent 4a05f50 commit b4634f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
default: ${{ github.event }}
runs:
using: 'docker'
image: 'docker://hub.docker.com/matesousa/create-release-bot:latest'
image: 'matesousa/create-release-bot:latest'
env:
INPUT_REPO_OWNER: ${{ inputs.repo_owner }}
INPUT_REPO_NAME: ${{ inputs.repo_name }}
Expand Down

0 comments on commit b4634f9

Please sign in to comment.