Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinMoQC committed Apr 10, 2024
1 parent cd7e253 commit 6949cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Log in to Docker Hub
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push image to Docker Hub
run: docker push karensky/memory_core:${{ github.sha }}
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/memory_core:${{ github.sha }}

0 comments on commit 6949cac

Please sign in to comment.