Skip to content

Commit

Permalink
Merge pull request #57 from elgohr-update/main
Browse files Browse the repository at this point in the history
Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)
  • Loading branch information
Mengjun74 authored Sep 19, 2024
2 parents 0ebd19f + 9c79fb2 commit dd571c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
draft: false
prerelease: false
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: creditapprovalprediction/credit_approval_prediction # CHANGE THIS to your DockerHub username and repository!
username: ${{ secrets.DOCKER_USERNAME }} # you need to add your Docker username to this GitHub repo as a secret
Expand Down

0 comments on commit dd571c0

Please sign in to comment.