diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 500f9f6..197c7f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,8 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Docker Repository - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: - name: ispeakcode/docker-githubaction + name: edgarohanyan/docker-githubaction username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file + password: ${{ secrets.DOCKER_PASSWORD }}